Skip to content

Commit

Permalink
8315728: [testbug] SystemMenuBarTest prints "FAILED IS: false"
Browse files Browse the repository at this point in the history
Reviewed-by: kcr
  • Loading branch information
Lukasz Kostyra committed Sep 6, 2023
1 parent e8491ba commit 668e4b9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ public void testFailingMenuBar() throws InterruptedException {

menubarLatch.await();

System.err.println("FAILED IS: " + failed.get());
assertFalse(failed.get());
}

Expand Down

1 comment on commit 668e4b9

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.