Skip to content

Commit fee5ade

Browse files
committed
Test Constant update (minor)
1 parent c51ad25 commit fee5ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/util/AbstractCompilerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public class AbstractCompilerTest extends TestCase {
5656
public static final int F_23 = 0x100000;
5757
public static final int F_24 = 0x200000;
5858
public static final int F_25 = 0x400000;
59-
public static final int F_26 = 0x400000;
59+
public static final int F_26 = 0x800000;
6060
/** Should be adopted if {@link CompilerOptions#getFirstSupportedJdkLevel()} changes */
6161
public static final int FIRST_SUPPORTED_JAVA_VERSION = F_1_8;
6262

0 commit comments

Comments
 (0)