Skip to content

Commit c9abadc

Browse files
committed
junit updates
1 parent eb574f2 commit c9abadc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/java.hints/test/unit/src/org/netbeans/modules/java/hints/infrastructure/ErrorHintsProviderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ void main() {
251251
"21",
252252
//TODO: can this comment be now removed?
253253
//TODO: needs to be adjusted when the error in javac is fixed:
254-
"0:0-0:13::Test.java:1:1: compiler.err.feature.not.supported.in.source.plural: (compiler.misc.feature.implicit.classes), 21, " + SourceVersion.latest().ordinal());
254+
"0:0-0:13::Test.java:1:1: compiler.err.feature.not.supported.in.source.plural: (compiler.misc.feature.implicit.classes), 21, 25");
255255
}
256256

257257
private void performInlinedTest(String name, String code) throws Exception {

0 commit comments

Comments
 (0)