From 7ee351ccc468bc6890e6c6358d0e094246809d06 Mon Sep 17 00:00:00 2001 From: aclement Date: Thu, 29 Apr 2010 18:45:31 +0000 Subject: [PATCH] 298665: fix! --- .../org/aspectj/systemtest/ajc169/Ajc169Tests.java | 12 ++++++------ 1 file 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"); } -- 2.39.5