diff options
Diffstat (limited to 'tests/src/org/aspectj/systemtest/ajc151/Ajc151Tests.java')
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc151/Ajc151Tests.java | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc151/Ajc151Tests.java b/tests/src/org/aspectj/systemtest/ajc151/Ajc151Tests.java index fce100bd4..f078ae9d2 100644 --- a/tests/src/org/aspectj/systemtest/ajc151/Ajc151Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc151/Ajc151Tests.java @@ -25,8 +25,9 @@ import org.aspectj.testing.XMLBasedAjcTestCase; public class Ajc151Tests extends org.aspectj.testing.XMLBasedAjcTestCase { -// public void testDeca() { runTest("doubly annotating a method with declare");} -// public void testDeca2() { runTest("doubly annotating a method with declare - 2");} + public void testCircularGenerics_pr133307() { runTest("circular generics");} + // public void testDeca() { runTest("doubly annotating a method with declare");} + // public void testDeca2() { runTest("doubly annotating a method with declare - 2");} public void testCrashingWithASM_pr132926_1() { runTest("crashing on annotation type resolving with asm - 1");} public void testCrashingWithASM_pr132926_2() { runTest("crashing on annotation type resolving with asm - 2");} public void testCrashingWithASM_pr132926_3() { runTest("crashing on annotation type resolving with asm - 3");} |