diff options
author | Clyybber <darkmine956@gmail.com> | 2020-05-20 12:54:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-20 12:54:04 +0200 |
commit | 7fe4c66f3598d9c87fe93e60f5f123857779980c (patch) | |
tree | b3811bf43dcde80f368485491ce4443f65b0591e /tests/destructor | |
parent | 3d20f141939b0cb76079a9b0ae7784f7877f1698 (diff) | |
download | Nim-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/destructor')
-rw-r--r-- | tests/destructor/tfinalizer.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/destructor/tfinalizer.nim b/tests/destructor/tfinalizer.nim index 02a5cef7e..eb2cd09af 100644 --- a/tests/destructor/tfinalizer.nim +++ b/tests/destructor/tfinalizer.nim @@ -1,6 +1,6 @@ discard """ cmd: "nim c --gc:arc $file" - output: '''Foo(field: Dick Laurent, k: ka, x: 0.0) + output: '''Foo(field: "Dick Laurent", k: ka, x: 0.0) Nobody is dead Dick Laurent is dead''' """ |