We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c51ad25 commit fee5adeCopy full SHA for fee5ade
org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java
@@ -56,7 +56,7 @@ public class AbstractCompilerTest extends TestCase {
56
public static final int F_23 = 0x100000;
57
public static final int F_24 = 0x200000;
58
public static final int F_25 = 0x400000;
59
- public static final int F_26 = 0x400000;
+ public static final int F_26 = 0x800000;
60
/** Should be adopted if {@link CompilerOptions#getFirstSupportedJdkLevel()} changes */
61
public static final int FIRST_SUPPORTED_JAVA_VERSION = F_1_8;
62
0 commit comments