From 3c8832b332f94bc05e7db48f414cc4a537407eb1 Mon Sep 17 00:00:00 2001 From: acolyer Date: Tue, 6 Dec 2005 03:49:41 +0000 Subject: workaround for jrockit potential bug (see pr1054290 --- tests/src/org/aspectj/systemtest/ajc10x/Ajc10xTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/src/org/aspectj/systemtest/ajc10x') diff --git a/tests/src/org/aspectj/systemtest/ajc10x/Ajc10xTests.java b/tests/src/org/aspectj/systemtest/ajc10x/Ajc10xTests.java index 36dc78cd6..dc0b1858e 100644 --- a/tests/src/org/aspectj/systemtest/ajc10x/Ajc10xTests.java +++ b/tests/src/org/aspectj/systemtest/ajc10x/Ajc10xTests.java @@ -911,7 +911,7 @@ public class Ajc10xTests extends org.aspectj.testing.XMLBasedAjcTestCase { public void test222(){ //FIXME AV - infinite loop on JRockit in m5 advice - don't know why - //runTest("unreachable code generated by around advice on the execution of void methods"); + runTest("unreachable code generated by around advice on the execution of void methods"); } public void test223(){ -- cgit v1.2.3