Skip to content

Commit

Permalink
Test stability
Browse files Browse the repository at this point in the history
  • Loading branch information
stephan-herrmann committed Aug 2, 2024
1 parent d870564 commit 5aa0f83
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ public void test () {
""");
p.getProject().build(IncrementalProjectBuilder.FULL_BUILD, null);
IMarker[] markers = p.getProject().findMarkers(null, true, IResource.DEPTH_INFINITE);
sortMarkers(markers);
assertMarkers("markers in p",
"""
Constructor call must be the first statement in a constructor
Expand Down

0 comments on commit 5aa0f83

Please sign in to comment.