Skip to content

Commit 3d0802c

Browse files
committed
Fixed paths in error messages in tests.
1 parent 830db2d commit 3d0802c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
checking
2-
file TestResIllegal.atg : (8, 14) Misplaced resolver: no alternative.
3-
file TestResIllegal.atg : (9, 9) Resolver will never be evaluated. Place it at previous conflicting alternative.
4-
file TestResIllegal.atg : (10, 9) Misplaced resolver: no LL(1) conflict.
5-
file TestResIllegal.atg : (13, 11) Misplaced resolver: no alternative.
6-
file TestResIllegal.atg : (15, 12) Misplaced resolver: no LL(1) conflict.
7-
file TestResIllegal.atg : (20, 9) Misplaced resolver: no LL(1) conflict.
8-
file TestResIllegal.atg : (24, 8) Misplaced resolver: no LL(1) conflict.
2+
file Test.atg : (8, 14) Misplaced resolver: no alternative.
3+
file Test.atg : (9, 9) Resolver will never be evaluated. Place it at previous conflicting alternative.
4+
file Test.atg : (10, 9) Misplaced resolver: no LL(1) conflict.
5+
file Test.atg : (13, 11) Misplaced resolver: no alternative.
6+
file Test.atg : (15, 12) Misplaced resolver: no LL(1) conflict.
7+
file Test.atg : (20, 9) Misplaced resolver: no LL(1) conflict.
8+
file Test.atg : (24, 8) Misplaced resolver: no LL(1) conflict.
99
7 errors detected
1010

1111
trace output is in trace.txt

testSuite/tests/TestTokens1/Output.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

2-
file TestTokens1.atg : (17, 3) tokens B2 and B1 cannot be distinguished
3-
file TestTokens1.atg : (19, 3) tokens C2 and C1 cannot be distinguished
4-
file TestTokens1.atg : (21, 3) tokens S2 and S1 cannot be distinguished
2+
file Test.atg : (17, 3) tokens B2 and B1 cannot be distinguished
3+
file Test.atg : (19, 3) tokens C2 and C1 cannot be distinguished
4+
file Test.atg : (21, 3) tokens S2 and S1 cannot be distinguished
55
Tokens ident and ident1 cannot be distinguished
66
Tokens S1 and S3 cannot be distinguished
77
Tokens number and X1 cannot be distinguished

0 commit comments

Comments
 (0)