diff options
author | aclement <aclement> | 2011-08-16 23:26:17 +0000 |
---|---|---|
committer | aclement <aclement> | 2011-08-16 23:26:17 +0000 |
commit | ebda2ae7303eac60fcca51e14f08254320305ebf (patch) | |
tree | 03a4cde2241c8a158b73d0411572311725e3497e | |
parent | 5547d017938a46a05346b7874fd11509d8860a70 (diff) | |
download | aspectj-ebda2ae7303eac60fcca51e14f08254320305ebf.tar.gz aspectj-ebda2ae7303eac60fcca51e14f08254320305ebf.zip |
remove groovy related test
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc1612/Ajc1612Tests.java | 10 |
1 files 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"); |