diff options
Diffstat (limited to 'tests/stdlib/tnilecho.nim')
-rw-r--r-- | tests/stdlib/tnilecho.nim | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/stdlib/tnilecho.nim b/tests/stdlib/tnilecho.nim deleted file mode 100644 index ec8d71dab..000000000 --- a/tests/stdlib/tnilecho.nim +++ /dev/null @@ -1,6 +0,0 @@ -discard """ - output: "" -""" - -var x = @["1", "", "3"] -doAssert $x == """@["1", "", "3"]""" |