diff options
author | aclement <aclement> | 2010-05-12 20:18:27 +0000 |
---|---|---|
committer | aclement <aclement> | 2010-05-12 20:18:27 +0000 |
commit | 1008b33051021dc8eb050d77a9c6f109cef4b465 (patch) | |
tree | 8aebbc0d724c1c4e3f1aab6679c8e6001bb1da03 | |
parent | 2cd5a64b612a1059759bfad8942c6f48a44bc476 (diff) | |
download | aspectj-1008b33051021dc8eb050d77a9c6f109cef4b465.tar.gz aspectj-1008b33051021dc8eb050d77a9c6f109cef4b465.zip |
removed test for now
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc169/Ajc169Tests.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc169/Ajc169Tests.java b/tests/src/org/aspectj/systemtest/ajc169/Ajc169Tests.java index 0a8b44c40..151108e7a 100644 --- a/tests/src/org/aspectj/systemtest/ajc169/Ajc169Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc169/Ajc169Tests.java @@ -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"); + // } // --- |