mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-21 23:05:27 +00:00
* fix #19600 No error checking on fclose * add IOError to open
This commit is contained in:
9
tests/misc/t19600.nim
Normal file
9
tests/misc/t19600.nim
Normal file
@@ -0,0 +1,9 @@
|
||||
discard """
|
||||
targets: "c cpp"
|
||||
disabled: "win"
|
||||
disabled: "osx"
|
||||
exitcode: 1
|
||||
outputsub: "No space left on device"
|
||||
"""
|
||||
|
||||
writeFile("/dev/full", "hello\n")
|
||||
Reference in New Issue
Block a user