Skip to content

Commit

Permalink
Fixed test that expected error message that is no longer generated
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKlint committed Mar 12, 2024
1 parent 0673a27 commit 4de81d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/examples/fwjava/tests.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ test M1 [[ class C extends Object {
test M2 [[ class C extends Object1 {
C() { super(); }
}
]] expect{ "Reference to name `Object1` cannot be resolved" }
]] expect{ "Undefined class `Object1`" }

test M3 [[ class C extends Object {
D() { super(); }
Expand Down

0 comments on commit 4de81d6

Please sign in to comment.