summary refs log tree commit diff stats
path: root/tests/ccgbugs/t6279.nim
diff options
context:
space:
mode:
authorFabian Keller <bluenote10@users.noreply.github.com>2017-12-14 14:02:13 +0100
committerAndreas Rumpf <rumpf_a@web.de>2017-12-14 14:02:13 +0100
commit6df6ec27ec573fc7f619f7bf9fece6d6b0dc931f (patch)
treef9eadca2e1b46112ec11da257cb664010a369a8d /tests/ccgbugs/t6279.nim
parentbc1123536e36a222dc3bf65c40c6ceee07da6499 (diff)
downloadNim-6df6ec27ec573fc7f619f7bf9fece6d6b0dc931f.tar.gz
Improved collection-to-string behavior (#6825)
Diffstat (limited to 'tests/ccgbugs/t6279.nim')
-rw-r--r--tests/ccgbugs/t6279.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ccgbugs/t6279.nim b/tests/ccgbugs/t6279.nim
index 37345d807..5a3d6768c 100644
--- a/tests/ccgbugs/t6279.nim
+++ b/tests/ccgbugs/t6279.nim
@@ -1,6 +1,6 @@
 discard """
 cmd: "nim c -r -d:fulldebug -d:smokeCycles --gc:refc $file"
-output: '''@[a]'''
+output: '''@["a"]'''
 """
 
 # bug #6279