summary refs log tree commit diff stats
path: root/tests/misc/t19600.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/t19600.nim')
-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")