summaryrefslogtreecommitdiffstats
path: root/tests/src
diff options
context:
space:
mode:
authoraclement <aclement>2010-04-29 18:45:31 +0000
committeraclement <aclement>2010-04-29 18:45:31 +0000
commit7ee351ccc468bc6890e6c6358d0e094246809d06 (patch)
tree27a719f9183ddd6e3c82c17769639c6c7a0f1be2 /tests/src
parent038008d277b0e193dcff8b10ab9f6497940cc3ae (diff)
downloadaspectj-7ee351ccc468bc6890e6c6358d0e094246809d06.tar.gz
aspectj-7ee351ccc468bc6890e6c6358d0e094246809d06.zip
298665: fix!
Diffstat (limited to 'tests/src')
-rw-r--r--tests/src/org/aspectj/systemtest/ajc169/Ajc169Tests.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc169/Ajc169Tests.java b/tests/src/org/aspectj/systemtest/ajc169/Ajc169Tests.java
index c648ad1cf..e381e1b1d 100644
--- a/tests/src/org/aspectj/systemtest/ajc169/Ajc169Tests.java
+++ b/tests/src/org/aspectj/systemtest/ajc169/Ajc169Tests.java
@@ -18,9 +18,9 @@ import org.aspectj.testing.XMLBasedAjcTestCase;
public class Ajc169Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
- // public void testAmbiguousMethod_298665() {
- // runTest("ambiguous method");
- // }
+ public void testAmbiguousMethod_298665() {
+ runTest("ambiguous method");
+ }
// public void testStaticallyAnalyzableIf_292262_1() {
// runTest("if with statically recognizable code");
@@ -33,15 +33,15 @@ public class Ajc169Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
public void testRogueError_310043() {
runTest("rogue error");
}
-
+
public void testItdMarkerAnnotations_309743() {
runTest("itd marker annotations - 1");
}
-
+
public void testItdMarkerAnnotations_309743_2() {
runTest("itd marker annotations - 2");
}
-
+
public void testPipeliningAndGenerics_309336() {
runTest("pipelining and generics");
}