summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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");