summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2022-09-03 01:04:58 +0800
committerGitHub <noreply@github.com>2022-09-02 19:04:58 +0200
commit5ff06fd3c284aba49f53caede2bb8981e9109b12 (patch)
treeb23c8b92f2e0f7152196329d3d935f00b10d0192 /tests
parent2a34d143ac408df0e3716fbbf53dcca490ef9d49 (diff)
downloadNim-5ff06fd3c284aba49f53caede2bb8981e9109b12.tar.gz
Revert "fix #19600 No error checking on fclose (#19836)" (#20297)
This reverts commit 04e4a5ec0e35fc7e1c346c2d002e8487b4b48cb5.
Diffstat (limited to 'tests')
-rw-r--r--tests/misc/t19600.nim10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/misc/t19600.nim b/tests/misc/t19600.nim
deleted file mode 100644
index 8d3978660..000000000
--- a/tests/misc/t19600.nim
+++ /dev/null
@@ -1,10 +0,0 @@
-discard """
-  targets: "c cpp"
-  disabled: "win"
-  disabled: "osx"
-  disabled: "linux"
-  exitcode: 1
-  outputsub: "No space left on device"
-"""
-
-writeFile("/dev/full", "hello\n")