Skip to content

Commit 448302f

Browse files
testBug576735 from eclipse-jdt#327 should only run at 1.5+
1 parent 5e61963 commit 448302f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/ProblemTypeAndMethodTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8784,6 +8784,8 @@ public void testBug542829() {
87848784
runner.runConformTest();
87858785
}
87868786
public void testBug576735() {
8787+
if (this.complianceLevel < ClassFileConstants.JDK1_5) return;
8788+
87878789
String path = getCompilerTestsPluginDirectoryPath() + File.separator + "workspace" + File.separator + "lib576735.jar";
87888790
String[] libs = getDefaultClassPaths();
87898791
int len = libs.length;

0 commit comments

Comments
 (0)