diff --git a/vlib/v/parser/tests/dollar_err.out b/vlib/v/parser/tests/dollar_err.out index 5355374861..282295373a 100644 --- a/vlib/v/parser/tests/dollar_err.out +++ b/vlib/v/parser/tests/dollar_err.out @@ -1,3 +1,3 @@ -vlib/v/parser/tests/dollar_err.vv:1:1: error: unexpected eof, expecting `if` +vlib/v/parser/tests/dollar_err.vv:1:1: error: unexpected eof 1 | $ - | ^ \ No newline at end of file + | ^