Skip to content

Commit

Permalink
Turns out the error changed since I edited macros.nim
Browse files Browse the repository at this point in the history
Now I just check the suffix so that editing the file won't have affects
  • Loading branch information
ire4ever1190 committed Dec 18, 2023
1 parent 8c05da1 commit 9028d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/macros/tfail_parse.nim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
discard """
action: "reject"
cmd: "nim check $file"
errormsg: "..${/}..${/}lib${/}core${/}macros.nim(577, 29) Error: expected expression, but got multiple statements [ValueError]"
errormsg: "expected expression, but got multiple statements [ValueError]"
file: "macros.nim"
"""

Expand Down

0 comments on commit 9028d71

Please sign in to comment.