diff options
Diffstat (limited to 'tests/errmsgs/t10489_b.nim')
-rw-r--r-- | tests/errmsgs/t10489_b.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/errmsgs/t10489_b.nim b/tests/errmsgs/t10489_b.nim index 1182b4512..df05f0e6e 100644 --- a/tests/errmsgs/t10489_b.nim +++ b/tests/errmsgs/t10489_b.nim @@ -1,5 +1,5 @@ discard """ -errormsg: "cannot assign macro 'm' to 'x2'. Did you mean to call the macro with '()'?" +errormsg: "invalid type: 'macro (body: untyped): untyped{.noSideEffect, gcsafe.}' for const. Did you mean to call the macro with '()'?" line: 9 """ |