From: aclement Date: Tue, 19 Aug 2008 20:44:06 +0000 (+0000) Subject: 242797: crappy bounds checking in TypeVariable X-Git-Tag: V162DEV_M1~127 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=62e39dad3a12d338429c8dbbdbd0c072c352cef5;p=aspectj.git 242797: crappy bounds checking in TypeVariable --- diff --git a/tests/src/org/aspectj/systemtest/ajc162/Ajc162Tests.java b/tests/src/org/aspectj/systemtest/ajc162/Ajc162Tests.java index cbe390964..5fd23b027 100644 --- a/tests/src/org/aspectj/systemtest/ajc162/Ajc162Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc162/Ajc162Tests.java @@ -22,6 +22,7 @@ public class Ajc162Tests extends org.aspectj.testing.XMLBasedAjcTestCase { public void testGenericDecp_pr241047() { runTest("generic decp"); } public void testGenericItds_pr242797_1() { runTest("generic itds - 1"); } public void testGenericItds_pr242797_2() { runTest("generic itds - 2"); } + public void testGenericItds_pr242797_3() { runTest("generic itds - 3"); } // public void testParamAnnosPipelining_pr241847() { runTest("param annos pipelining");} // public void testParamAnnoInner_pr241861() { runTest("param annotation inner class"); } public void testAnnotationDecp_pr239441() { runTest("annotation decp"); } diff --git a/tests/src/org/aspectj/systemtest/ajc162/ajc162.xml b/tests/src/org/aspectj/systemtest/ajc162/ajc162.xml index 594fe018b..8d71164b4 100644 --- a/tests/src/org/aspectj/systemtest/ajc162/ajc162.xml +++ b/tests/src/org/aspectj/systemtest/ajc162/ajc162.xml @@ -33,6 +33,11 @@ + + + + +