]> source.dussan.org Git - aspectj.git/commitdiff
test "Y" shouldn't have been enabled yet...
authoracolyer <acolyer>
Thu, 24 Nov 2005 17:47:06 +0000 (17:47 +0000)
committeracolyer <acolyer>
Thu, 24 Nov 2005 17:47:06 +0000 (17:47 +0000)
tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java

index 1c1a82d812fab34ab71d9cc28491e9daf3af4a6c..2af72359db99cbaa7ddb2c93e59d679e56be435a 100644 (file)
@@ -395,7 +395,7 @@ public class GenericsTests extends XMLBasedAjcTestCase {
        public void testSophisticatedAspectsV() {runTest("uberaspects - V");} // casts are gone
        public void testSophisticatedAspectsW() {runTest("uberaspects - W");}
        public void testSophisticatedAspectsX() {runTest("uberaspects - X");} // from the AJDK
-       public void testSophisticatedAspectsY() {runTest("uberaspects - Y");} // pointcut matching
+//     public void testSophisticatedAspectsY() {runTest("uberaspects - Y");} // pointcut matching
        
        // FIXME asc these two tests have peculiar error messages - generic aspect related
 //     public void testItdUsingTypeParameter() {runTest("itd using type parameter");}