summary refs log tree commit diff stats
path: root/tests/vm/twrong_concat.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vm/twrong_concat.nim')
-rw-r--r--tests/vm/twrong_concat.nim6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/vm/twrong_concat.nim b/tests/vm/twrong_concat.nim
index b9cca8341..59a10bdb9 100644
--- a/tests/vm/twrong_concat.nim
+++ b/tests/vm/twrong_concat.nim
@@ -1,7 +1,3 @@
-discard """
-  output: '''success'''
-"""
-
 # bug #3804
 
 #import sequtils
@@ -24,5 +20,3 @@ static:
   # sameBug(objs)
   echo objs[0].field
   doAssert(objs[0].field == "hello") # fails, because (objs[0].field == "hello bug") - mutated!
-
-echo "success"