Skip to content

Commit

Permalink
tests: fix tfor_ill_formed_sym.nim
Browse files Browse the repository at this point in the history
  • Loading branch information
zerbina committed Sep 7, 2024
1 parent 6b742c3 commit d013b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lang_stmts/for_stmt/tfor_ill_formed_sym.nim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
discard """
description: "Ensure that ill-formed AST generates a well formed error"
errormsg: "identifier expected, but found '123'"
errormsg: "identifier expected, but found: 123"
"""

# This test covers a regression where an error with the symbol outside a pragma
Expand Down

0 comments on commit d013b88

Please sign in to comment.