diff options
-rw-r--r-- | tests/src/org/aspectj/systemtest/xlint/XLintTests.java | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/src/org/aspectj/systemtest/xlint/XLintTests.java b/tests/src/org/aspectj/systemtest/xlint/XLintTests.java index bc31612a2..cb8ee2d67 100644 --- a/tests/src/org/aspectj/systemtest/xlint/XLintTests.java +++ b/tests/src/org/aspectj/systemtest/xlint/XLintTests.java @@ -100,8 +100,9 @@ public class XLintTests extends org.aspectj.testing.XMLBasedAjcTestCase { runTest("XLint warning for call PCD's using subtype of defining type (-1.3 -Xlint:ignore)"); } - public void test020(){ - runTest("7 lint warnings"); + public void test020() { + if (is15VMOrGreater) + runTest("7 lint warnings"); } } |