Skip to content

Commit b7f6893

Browse files
committed
Update tests for error-prone 2.4.0
1 parent ffb3a57 commit b7f6893

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plexus-compilers/plexus-compiler-javac-errorprone/src/test/java/org/codehaus/plexus/compiler/javac/JavacErrorProneCompilerTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ protected String getRoleHint()
8080
protected int expectedWarnings()
8181
{
8282
if ( java8() ) {
83-
return 0;
83+
return 1;
8484
}
8585
else
8686
{
87-
return 1;
87+
return 2;
8888
}
8989
}
9090

0 commit comments

Comments
 (0)