diff options
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r-- | tests/ajcTestsFailing.xml | 10 |
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> |