Skip to content

Commit

Permalink
Don't use -XDrawDiagnostics in testing framework (#6647)
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed Jun 3, 2024
1 parent b188046 commit 463c4eb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ public static TestConfigurationBuilder getDefaultConfigurationBuilder(
.addOption("-Xmaxerrs", "9999")
.addOption("-g")
.addOption("-Xlint:unchecked")
.addOption("-XDrawDiagnostics") // use short javac diagnostics
.addSourceFiles(testSourceFiles);

if (outputClassDirectory != null) {
Expand Down

0 comments on commit 463c4eb

Please sign in to comment.