From 71d65c99b1feff3f6bb7dd74ea6ae6776527f4b9 Mon Sep 17 00:00:00 2001 From: aclement Date: Thu, 5 May 2005 08:29:10 +0000 Subject: checks vm level --- tests/src/org/aspectj/systemtest/xlint/XLintTests.java | 5 +++-- 1 file 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"); } } -- cgit v1.2.3