File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/dom Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 3131import org .eclipse .jdt .core .compiler .IProblem ;
3232import org .eclipse .jdt .core .dom .*;
3333import org .eclipse .jdt .core .tests .javac .JavacFailReason ;
34- import org .eclipse .jdt .internal .compiler .impl .CompilerOptions ;
3534import org .eclipse .jdt .internal .compiler .parser .ScannerHelper ;
3635import org .junit .Ignore ;
3736import org .junit .experimental .categories .Category ;
@@ -2159,7 +2158,7 @@ public void testBug68726() throws JavaModelException {
21592158 @ Category (value =Ignore .class ) @ JavacFailReason (cause =JavacFailReason .JDT_RECOVERS_FROM_BAD_INPUTS )
21602159 public void testBug70892_JLS3 () throws JavaModelException {
21612160 int level = this .astLevel ;
2162- this .astLevel = getJLS3 ();
2161+ this .astLevel = getJLSFirst ();
21632162 verifyComments ("testBug70892" );
21642163 this .astLevel = level ;
21652164 }
You can’t perform that action at this time.
0 commit comments