diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2018-05-05 14:17:31 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-05-05 14:17:31 +0200 |
commit | 805402b294c6cb3ee8e0f39245aa2d1366ae76e9 (patch) | |
tree | 6a8b4f95a81904e1b5e97b6ea79288fbc9e7130e /tests/parser/twrongcmdsyntax.nim | |
parent | 21cbf438ceae059f528cfd28bbeec5b637e210ac (diff) | |
download | Nim-805402b294c6cb3ee8e0f39245aa2d1366ae76e9.tar.gz |
fixes #7582
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 """ |