diff options
author | JamesP <jlp765@gmail.com> | 2015-09-27 15:49:40 +1000 |
---|---|---|
committer | JamesP <jlp765@gmail.com> | 2015-09-27 15:49:40 +1000 |
commit | 772c25bfe8424bb187690ee0959375cd5027d897 (patch) | |
tree | bdaf7c72310ea4ed6643fcb522abb29875edea06 /tests/stdlib/tstreams2.nim | |
parent | e0707797a52f68423b2cc9c287d6356366d41c56 (diff) | |
download | Nim-772c25bfe8424bb187690ee0959375cd5027d897.tar.gz |
fix discard output: section
Diffstat (limited to 'tests/stdlib/tstreams2.nim')
-rw-r--r-- | tests/stdlib/tstreams2.nim | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/stdlib/tstreams2.nim b/tests/stdlib/tstreams2.nim index b3e957261..90102d8e3 100644 --- a/tests/stdlib/tstreams2.nim +++ b/tests/stdlib/tstreams2.nim @@ -1,7 +1,6 @@ discard """ - test newFileStream opening a missing file returns nil file: "tstreams2.nim" - output: 'fs is: nil' + output: '''fs is: nil''' """ import streams var |