summary refs log tree commit diff stats
path: root/tests/effects
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2018-02-10 20:55:05 +0100
committerAraq <rumpf_a@web.de>2018-02-10 20:55:22 +0100
commitb57d14b1ae5a9504cc08b5aca60bf5d721f3b1c9 (patch)
tree79416f997fa8e9cb959cc5dcd26fd015b4f8b4ea /tests/effects
parentef6eda4cb4b28a6c4a2706ea56240bc708e36349 (diff)
downloadNim-b57d14b1ae5a9504cc08b5aca60bf5d721f3b1c9.tar.gz
make more tests green
Diffstat (limited to 'tests/effects')
-rw-r--r--tests/effects/tgcsafe2.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/effects/tgcsafe2.nim b/tests/effects/tgcsafe2.nim
index 0b2c090a7..07da4e3f8 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){.locks: 0.}>'''
   line: 11
 """
 #5620