Skip to content

Commit 6b72885

Browse files
committed
tests: update expected test outputs
The changes to emission leads to some error messages being slightly different.
1 parent 097296a commit 6b72885

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/lang/s01_basics/s04_identifiers/t02_case_sensitivity_error_first_character_comp_fail.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ discard """
22
description: '''
33
Identifiers match the first letter in a case sensitive manner
44
'''
5-
errormsg: "undeclared identifier: 'And'"
5+
errormsg: "attempting to call routine: 'true'"
66
line: 10
77
column: 31
88
"""

tests/lang_syntax/parser/twrongcmdsyntax.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
discard """
2-
errormsg: '''in expression '4 2': identifier expected, but found '4'''
2+
errormsg: '''in expression '4 +2': identifier expected, but found '4'''
33
line: 6
44
"""
55

0 commit comments

Comments
 (0)