diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2017-10-15 09:32:53 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-10-15 09:32:53 +0200 |
commit | e6f0bff6dd6ee6735995d4d470335d83a46cd12a (patch) | |
tree | 995acab2eca37fb7399a5668cbac50a3d8bd4ac4 /tests/effects | |
parent | 14ca49743f676b902196be06af0d433bc4f8e76a (diff) | |
download | Nim-e6f0bff6dd6ee6735995d4d470335d83a46cd12a.tar.gz |
make tests green again
Diffstat (limited to 'tests/effects')
-rw-r--r-- | tests/effects/tgcsafe2.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/effects/tgcsafe2.nim b/tests/effects/tgcsafe2.nim index dbc4540c4..0b2c090a7 100644 --- a/tests/effects/tgcsafe2.nim +++ b/tests/effects/tgcsafe2.nim @@ -1,5 +1,5 @@ discard """ - errormsg: ''' (proc (s: string) = res &= &(s, "abc"), nil) is not GC safe''' + errormsg: '''type mismatch: got (proc (s: string){.locks: 0.})''' line: 11 """ #5620 |