Skip to content

Commit a17459d

Browse files
committed
update tests for new warning message wording
1 parent fd9c063 commit a17459d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/org.eclipse.epsilon.eol.staticanalyser.tests/src/org/eclipse/epsilon/eol/staticanalyser/tests/scripts/operationCallExpressionAsTargetExpression.eol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//?Operation bar is undefined for subtype C of C|B
1+
//?Operation bar is undefined for type C
22
model M driver EMF {nsuri='sa'};
33

44
for (a in A.all) {

tests/org.eclipse.epsilon.eol.staticanalyser.tests/src/org/eclipse/epsilon/eol/staticanalyser/tests/scripts/operationCallExpressionWithSubclassContext.eol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//?Operation foo is undefined for subtype C of A
1+
//?Operation foo is undefined for type C
22
model M driver EMF {nsuri='sa'};
33

44
for (a in A.all) {

0 commit comments

Comments
 (0)