Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
aziemchawdhary-gs committed Nov 13, 2024
1 parent 0987e2b commit 359259b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ public void testFaultyPureInstanceClassMapping()
" ~src ui::Person2\n" +
" name: 'aa'\n" +
" }\n" +
")\n", "COMPILATION error at [10:10-20]: Can't find class 'ui::Person2'");
")\n", "COMPILATION error at [10:10-20]: Can't find type 'ui::Person2'");
// check set implementation root resolution
test("Class ui::Person\n" +
"{\n" +
Expand Down

0 comments on commit 359259b

Please sign in to comment.