summary refs log tree commit diff stats
path: root/tests/errmsgs/t10489_a.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/errmsgs/t10489_a.nim')
-rw-r--r--tests/errmsgs/t10489_a.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/errmsgs/t10489_a.nim b/tests/errmsgs/t10489_a.nim
index 71a6cc3c4..c762ce876 100644
--- a/tests/errmsgs/t10489_a.nim
+++ b/tests/errmsgs/t10489_a.nim
@@ -1,5 +1,5 @@
 discard """
-errormsg: "invalid type: 'macro (body: untyped): untyped{.noSideEffect, gcsafe, locks: 0.}' for let. Did you mean to call the macro with '()'?"
+errormsg: "invalid type: 'macro (body: untyped): untyped{.noSideEffect, gcsafe.}' for let. Did you mean to call the macro with '()'?"
 line: 9
 """