summary refs log tree commit diff stats
path: root/tests/template/twrongmapit.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/template/twrongmapit.nim')
-rw-r--r--tests/template/twrongmapit.nim6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/template/twrongmapit.nim b/tests/template/twrongmapit.nim
index 5b8663cf9..2d53d03f5 100644
--- a/tests/template/twrongmapit.nim
+++ b/tests/template/twrongmapit.nim
@@ -1,8 +1,6 @@
 discard """
-  output: "####"
+  joinable: false
 """
-# unfortunately our tester doesn't support multiple lines of compiler
-# error messages yet...
 
 # bug #1562
 type Foo* {.pure, final.} = object
@@ -29,4 +27,4 @@ import sequtils
 
 (var i = @[""];i).applyIt(it)
 # now works:
-echo "##", i[0], "##"
+doAssert i[0] == ""