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