diff options
author | aclement <aclement> | 2005-10-03 08:46:39 +0000 |
---|---|---|
committer | aclement <aclement> | 2005-10-03 08:46:39 +0000 |
commit | e21bf1e36e46dae8c49d9d83bf810747ff56f0a9 (patch) | |
tree | 8580cd72e6a97a7d4a8055ab32028c8426b46ba3 /tests/ajcTestsFailing.xml | |
parent | f74a5c0fc3634f080b6a1714bb4d5b25df2a914b (diff) | |
download | aspectj-e21bf1e36e46dae8c49d9d83bf810747ff56f0a9.tar.gz aspectj-e21bf1e36e46dae8c49d9d83bf810747ff56f0a9.zip |
test for pr84033 promoted from failing suite to real suite.
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> |