diff options
author | aclement <aclement> | 2005-05-05 08:29:10 +0000 |
---|---|---|
committer | aclement <aclement> | 2005-05-05 08:29:10 +0000 |
commit | 71d65c99b1feff3f6bb7dd74ea6ae6776527f4b9 (patch) | |
tree | 00076f2b6849eb3b3c06ebc78cb06c6e409c267e /tests | |
parent | b9474d5ca841efebd356d1823927b29f0cb03e2b (diff) | |
download | aspectj-71d65c99b1feff3f6bb7dd74ea6ae6776527f4b9.tar.gz aspectj-71d65c99b1feff3f6bb7dd74ea6ae6776527f4b9.zip |
checks vm level
Diffstat (limited to 'tests')
-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"); } } |