summaryrefslogtreecommitdiffstats
path: root/tests/ajcTestsFailing.xml
diff options
context:
space:
mode:
authoracolyer <acolyer>2004-04-26 09:53:45 +0000
committeracolyer <acolyer>2004-04-26 09:53:45 +0000
commita4fef441489604938a313b2beac300df315c1709 (patch)
tree8c85f4923a1bdd9d79b25bf5d9a5d12b6324844c /tests/ajcTestsFailing.xml
parent591e8fd6d22f308af87ed766884e4e5e8ceaba09 (diff)
downloadaspectj-a4fef441489604938a313b2beac300df315c1709.tar.gz
aspectj-a4fef441489604938a313b2beac300df315c1709.zip
fix for Bugzilla Bug 59895
NPE updating an aspect in incremental mode
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r--tests/ajcTestsFailing.xml16
1 files changed, 1 insertions, 15 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml
index 48879067d..c2493c0d4 100644
--- a/tests/ajcTestsFailing.xml
+++ b/tests/ajcTestsFailing.xml
@@ -133,19 +133,5 @@
<run class="InterfaceInitializerOrder"/>
</ajc-test>
- <ajc-test dir="incremental/full-rebuild"
- pr="59895"
- title="incremental with aspect-driven full rebuild">
- <compile
- staging="true"
- sourceroots="src"
- options="-incremental">
- <message kind="error" line="3" file="Aspect.java"/>
- </compile>
- <inc-compile tag="20">
- <message kind="warning" line="4" file="Main.java"/>
- </inc-compile>
- <run class="Main"/>
- </ajc-test>
-
+
</suite>