summary refs log tree commit diff stats
path: root/tests/stdlib/tstreams3.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/stdlib/tstreams3.nim')
-rw-r--r--tests/stdlib/tstreams3.nim9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/stdlib/tstreams3.nim b/tests/stdlib/tstreams3.nim
deleted file mode 100644
index e3b395e05..000000000
--- a/tests/stdlib/tstreams3.nim
+++ /dev/null
@@ -1,9 +0,0 @@
-discard """
-  output: "threw exception"
-"""
-import streams
-
-try:
-  var fs = openFileStream("shouldneverexist.txt")
-except IoError:
-  echo "threw exception"