diff options
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r-- | tests/ajcTestsFailing.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml index c109cf188..6778764c6 100644 --- a/tests/ajcTestsFailing.xml +++ b/tests/ajcTestsFailing.xml @@ -153,13 +153,4 @@ <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> |