diff options
Diffstat (limited to 'tests')
-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 |