diff options
author | aclement <aclement> | 2008-08-20 19:33:20 +0000 |
---|---|---|
committer | aclement <aclement> | 2008-08-20 19:33:20 +0000 |
commit | 42c0676d7fd909b5efc1cce7f7bcbc9e3c99f4c8 (patch) | |
tree | 21b972bf32144694ec26be237ff27ca4bf6324da /tests/src/org | |
parent | 6d906dc563e78f9a4a21bc61f27ca406b065a6b8 (diff) | |
download | aspectj-42c0676d7fd909b5efc1cce7f7bcbc9e3c99f4c8.tar.gz aspectj-42c0676d7fd909b5efc1cce7f7bcbc9e3c99f4c8.zip |
223446: try reenabling this test
Diffstat (limited to 'tests/src/org')
-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 82ba27b35..24c46f2fe 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)"); |