summary refs log tree commit diff stats
path: root/tests/arc/twrong_sinkinference.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/arc/twrong_sinkinference.nim')
-rw-r--r--tests/arc/twrong_sinkinference.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/arc/twrong_sinkinference.nim b/tests/arc/twrong_sinkinference.nim
index 59930a9fa..ecf09d28a 100644
--- a/tests/arc/twrong_sinkinference.nim
+++ b/tests/arc/twrong_sinkinference.nim
@@ -1,6 +1,6 @@
 discard """
   cmd: "nim c --gc:arc $file"
-  errormsg: "type mismatch: got <proc (a: string, b: sink string){.noSideEffect, gcsafe, locks: 0.}>"
+  errormsg: "type mismatch: got <proc (a: string, b: sink string){.noSideEffect, gcsafe.}>"
   line: 18
 """