aboutsummaryrefslogtreecommitdiffstats
path: root/tests/jimTests.xml
diff options
context:
space:
mode:
authorjhugunin <jhugunin>2003-04-22 17:55:13 +0000
committerjhugunin <jhugunin>2003-04-22 17:55:13 +0000
commit0a8dbdeed13fe79ddfd7a291e2b45b50b9a90579 (patch)
tree296eb9f5aad3f8f3e3b3507d637529e928b2e0dd /tests/jimTests.xml
parentfefd4559fb4a9eefcf4528526ad2448b9a6e3489 (diff)
downloadaspectj-0a8dbdeed13fe79ddfd7a291e2b45b50b9a90579.tar.gz
aspectj-0a8dbdeed13fe79ddfd7a291e2b45b50b9a90579.zip
test and fix for Bugzilla Bug 36564
Internal compiler error
Diffstat (limited to 'tests/jimTests.xml')
-rw-r--r--tests/jimTests.xml7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/jimTests.xml b/tests/jimTests.xml
index 3d842760f..7664c3799 100644
--- a/tests/jimTests.xml
+++ b/tests/jimTests.xml
@@ -1,12 +1,7 @@
<!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd">
<suite>
- <ajc-test dir="new" pr="559"
- title="subclass advice not run for join points selected by superclass cflow-based pointcuts"
- keywords="from-resolved_10rc3">
- <compile files="PR559.java"/>
- <run class="PR559"/>
- </ajc-test>
+
<!--
<ajc-test dir="new" pr="885"