]> source.dussan.org Git - aspectj.git/commitdiff
removed test for now
authoraclement <aclement>
Wed, 12 May 2010 20:18:27 +0000 (20:18 +0000)
committeraclement <aclement>
Wed, 12 May 2010 20:18:27 +0000 (20:18 +0000)
tests/src/org/aspectj/systemtest/ajc169/Ajc169Tests.java

index 0a8b44c40e67089f2bcd13f591ecf2dd0f39e355..151108e7a42528a00965b00ec6b4e74fd6a5936b 100644 (file)
@@ -161,9 +161,9 @@ public class Ajc169Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
                runTest("declare mixin and generics");
        }
 
-       public void testPr292584() {
-               runTest("annotation around advice verifyerror");
-       }
+       // public void testPr292584() {
+       // runTest("annotation around advice verifyerror");
+       // }
 
        // ---