summary refs log tree commit diff stats
path: root/tests/exception/t16366.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/exception/t16366.nim')
-rw-r--r--tests/exception/t16366.nim11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/exception/t16366.nim b/tests/exception/t16366.nim
deleted file mode 100644
index 4bcad79ed..000000000
--- a/tests/exception/t16366.nim
+++ /dev/null
@@ -1,11 +0,0 @@
-discard """
-  action: run
-  exitcode: 0
-  targets: "c cpp"
-  disabled: openbsd
-"""
-
-echo "foo1"
-close stdout
-doAssertRaises(IOError):
-  echo "foo"