Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Mar 4, 2024
1 parent 51a1b98 commit 1fda361
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
8 changes: 3 additions & 5 deletions tests/misc/projects/Issue6584/pretty-fail.hxml.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
|
| This class has uninitialized final vars, which requires a constructor

[ERROR] Main5.hx:2: characters 8-9

2 | final v:Int;
| ^
| Example of an uninitialized final var
2 | final v:Int;
| ^
| Example of an uninitialized final var

2 changes: 1 addition & 1 deletion tests/misc/projects/Issue8828/compile2-fail.hxml.stderr
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Main2.hx:2: characters 9-16 : Conflicting access modifier public
Main2.hx:2: characters 2-8 : Conflicts with this
Main2.hx:2: characters 2-8 : ... Conflicts with this
2 changes: 1 addition & 1 deletion tests/misc/projects/Issue8828/compile3-fail.hxml.stderr
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Main3.hx:2: characters 10-16 : Conflicting access modifier private
Main3.hx:2: characters 2-9 : Conflicts with this
Main3.hx:2: characters 2-9 : ... Conflicts with this
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Main.hx:1: characters 7-11 : This class should be declared abstract because it has at least one abstract field
Main.hx:6: characters 20-36 : First abstract field was here
Main.hx:6: characters 20-36 : ... First abstract field was here

0 comments on commit 1fda361

Please sign in to comment.