diff options
Diffstat (limited to 'tests/effects/tgcsafe2.nim')
-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 07da4e3f8..6268592a9 100644 --- a/tests/effects/tgcsafe2.nim +++ b/tests/effects/tgcsafe2.nim @@ -1,5 +1,5 @@ discard """ - errormsg: '''type mismatch: got <proc (s: string){.locks: 0.}>''' + errormsg: '''type mismatch: got <proc (s: string)>''' line: 11 """ #5620 |