diff options
Diffstat (limited to 'tests/parser/twrongcmdsyntax.nim')
-rw-r--r-- | tests/parser/twrongcmdsyntax.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/parser/twrongcmdsyntax.nim b/tests/parser/twrongcmdsyntax.nim index affe72c34..c2962bed4 100644 --- a/tests/parser/twrongcmdsyntax.nim +++ b/tests/parser/twrongcmdsyntax.nim @@ -1,5 +1,5 @@ discard """ - errormsg: '''identifier expected, but found 'echo 4''' + errormsg: '''in expression '4 2': identifier expected, but found '4''' line: 6 """ |