From: aclement Date: Wed, 20 Aug 2008 19:33:20 +0000 (+0000) Subject: 223446: try reenabling this test X-Git-Tag: V162DEV_M1~112 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=42c0676d7fd909b5efc1cce7f7bcbc9e3c99f4c8;p=aspectj.git 223446: try reenabling this test --- 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)");