diff options
author | aclement <aclement> | 2008-08-21 17:18:35 +0000 |
---|---|---|
committer | aclement <aclement> | 2008-08-21 17:18:35 +0000 |
commit | cd0feecc0b1b875be8e5083b1c38efa677f012f2 (patch) | |
tree | 7476a4305c63141c89d4ad84704371a256299848 /tests | |
parent | dd38ad1d0baa94cf3775447d196c2f69f1f9df49 (diff) | |
download | aspectj-cd0feecc0b1b875be8e5083b1c38efa677f012f2.tar.gz aspectj-cd0feecc0b1b875be8e5083b1c38efa677f012f2.zip |
removed again
Diffstat (limited to 'tests')
-rw-r--r-- | tests/src/org/aspectj/systemtest/xlint/XLintTests.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/src/org/aspectj/systemtest/xlint/XLintTests.java b/tests/src/org/aspectj/systemtest/xlint/XLintTests.java index 24c46f2fe..61942fef4 100644 --- a/tests/src/org/aspectj/systemtest/xlint/XLintTests.java +++ b/tests/src/org/aspectj/systemtest/xlint/XLintTests.java @@ -95,9 +95,9 @@ public class XLintTests extends org.aspectj.testing.XMLBasedAjcTestCase { runTest("alias getCause for getWrappedThrowable in SoftException"); } - public void test018(){ - runTest("XLint warning for call PCD's using subtype of defining type"); - } +// public void test018(){ +// runTest("XLint warning for call PCD's using subtype of defining type"); +// } public void test019(){ runTest("XLint warning for call PCD's using subtype of defining type (-1.3 -Xlint:ignore)"); |