From ebda2ae7303eac60fcca51e14f08254320305ebf Mon Sep 17 00:00:00 2001 From: aclement Date: Tue, 16 Aug 2011 23:26:17 +0000 Subject: [PATCH] remove groovy related test --- .../org/aspectj/systemtest/ajc1612/Ajc1612Tests.java | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/tests/src/org/aspectj/systemtest/ajc1612/Ajc1612Tests.java b/tests/src/org/aspectj/systemtest/ajc1612/Ajc1612Tests.java index de4cc474d..3a23bb24e 100644 --- a/tests/src/org/aspectj/systemtest/ajc1612/Ajc1612Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc1612/Ajc1612Tests.java @@ -31,6 +31,10 @@ public class Ajc1612Tests extends org.aspectj.testing.XMLBasedAjcTestCase { // runTest("double itdf"); // } + public void testItdSplitCompilation_354683() throws Exception { + runTest("itd split compilation"); + } + public void testThisAspectInstance_239649_1() throws Exception { // simple case runTest("thisAspectInstance - 1"); @@ -106,9 +110,9 @@ public class Ajc1612Tests extends org.aspectj.testing.XMLBasedAjcTestCase { runTest("thisAspectInstance - 15"); } - public void testVerifyPerthis() throws Exception { - runTest("verify perthis"); - } + // public void testVerifyPerthis() throws Exception { + // runTest("verify perthis"); + // } public void testRangeForLocalVariables_353936() throws ClassNotFoundException { runTest("local variable tables"); -- 2.39.5