summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraclement <aclement>2011-08-16 23:26:17 +0000
committeraclement <aclement>2011-08-16 23:26:17 +0000
commitebda2ae7303eac60fcca51e14f08254320305ebf (patch)
tree03a4cde2241c8a158b73d0411572311725e3497e
parent5547d017938a46a05346b7874fd11509d8860a70 (diff)
downloadaspectj-ebda2ae7303eac60fcca51e14f08254320305ebf.tar.gz
aspectj-ebda2ae7303eac60fcca51e14f08254320305ebf.zip
remove groovy related test
-rw-r--r--tests/src/org/aspectj/systemtest/ajc1612/Ajc1612Tests.java10
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");