summary refs log tree commit diff stats
path: root/tests/arc
diff options
context:
space:
mode:
authorClyybber <darkmine956@gmail.com>2020-05-20 12:54:04 +0200
committerGitHub <noreply@github.com>2020-05-20 12:54:04 +0200
commit7fe4c66f3598d9c87fe93e60f5f123857779980c (patch)
treeb3811bf43dcde80f368485491ce4443f65b0591e /tests/arc
parent3d20f141939b0cb76079a9b0ae7784f7877f1698 (diff)
downloadNim-7fe4c66f3598d9c87fe93e60f5f123857779980c.tar.gz
Small improvements for string and char repr with gc:arc (#14400)
* Small improvements for string and char repr with gc:arc

* Fix test
Diffstat (limited to 'tests/arc')
-rw-r--r--tests/arc/trepr.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/arc/trepr.nim b/tests/arc/trepr.nim
index e24c112ac..a870b40b7 100644
--- a/tests/arc/trepr.nim
+++ b/tests/arc/trepr.nim
@@ -7,8 +7,8 @@ nil
   output: '''
 nil
 2
-Obj(member: ref @[hello])
-ref (member: ref @[hello])
+Obj(member: ref @["hello"])
+ref (member: ref @["hello"])
 '''
 """
 import tables