From 9028d71e6d347424c297a8429824afa0ce5a9687 Mon Sep 17 00:00:00 2001 From: Jake Leahy Date: Mon, 18 Dec 2023 22:28:01 +1100 Subject: [PATCH] Turns out the error changed since I edited macros.nim Now I just check the suffix so that editing the file won't have affects --- tests/macros/tfail_parse.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/macros/tfail_parse.nim b/tests/macros/tfail_parse.nim index 0c136b294ee9..1925f2b69281 100644 --- a/tests/macros/tfail_parse.nim +++ b/tests/macros/tfail_parse.nim @@ -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" """