summaryrefslogtreecommitdiffstats
path: root/tests/ajcTestsFailing.xml
diff options
context:
space:
mode:
authorwisberg <wisberg>2005-01-31 11:53:38 +0000
committerwisberg <wisberg>2005-01-31 11:53:38 +0000
commit82c45963d7c28080668a5b19a8bdb2fc29e15342 (patch)
treed1d3542adb71896e8df7eb305b75a8b1bcc46c64 /tests/ajcTestsFailing.xml
parent41caa4137c20d581079192659bf43d731aff669f (diff)
downloadaspectj-82c45963d7c28080668a5b19a8bdb2fc29e15342.tar.gz
aspectj-82c45963d7c28080668a5b19a8bdb2fc29e15342.zip
@testcase PR#84033 incremental declare error persists after fix
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r--tests/ajcTestsFailing.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml
index b3b6401b1..c109cf188 100644
--- a/tests/ajcTestsFailing.xml
+++ b/tests/ajcTestsFailing.xml
@@ -152,4 +152,14 @@
files="Test_AroundVarBug.java,AroundVarBug.java"/>
<run class="Test_AroundVarBug"/>
</ajc-test>
+
+ <ajc-test dir="bugs/incremental-declare-error" pr="84033"
+ title="incremental declare error persists after fix">
+ <compile files="pack/Aspect.java,pack/Main.java">
+ <message kind="error" line="6" text="main"/>
+ </compile>
+ <inc-compile tag="20"/>
+ <run class="pack.Main"/>
+ </ajc-test>
+
</suite>