aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/org
diff options
context:
space:
mode:
authoraclement <aclement>2006-03-28 07:32:42 +0000
committeraclement <aclement>2006-03-28 07:32:42 +0000
commitd5c7b9f29492554d2255bf44533ffb7515a074b7 (patch)
tree828f377cc4b546d6eb202f4cb61630c7009dca24 /tests/src/org
parentfa2ed1b8d8350afe051a21a510fb4fc929d5f43d (diff)
downloadaspectj-d5c7b9f29492554d2255bf44533ffb7515a074b7.tar.gz
aspectj-d5c7b9f29492554d2255bf44533ffb7515a074b7.zip
fix for 133298
Diffstat (limited to 'tests/src/org')
-rw-r--r--tests/src/org/aspectj/systemtest/ajc151/Ajc151Tests.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc151/Ajc151Tests.java b/tests/src/org/aspectj/systemtest/ajc151/Ajc151Tests.java
index 67b749677..061546114 100644
--- a/tests/src/org/aspectj/systemtest/ajc151/Ajc151Tests.java
+++ b/tests/src/org/aspectj/systemtest/ajc151/Ajc151Tests.java
@@ -28,8 +28,8 @@ public class Ajc151Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
public void testAnnotationsAndItds_pr98901() { runTest("annotations and itds");}
public void testAnnotationsAndItds_pr98901_2() { runTest("annotations and itds - 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 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");}