diff options
author | jhugunin <jhugunin> | 2003-04-22 17:35:11 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2003-04-22 17:35:11 +0000 |
commit | fefd4559fb4a9eefcf4528526ad2448b9a6e3489 (patch) | |
tree | 20fd4404d883cd461458ad82861189980e7f6bdb /tests/ajcTestsFailing.xml | |
parent | 73ae16b4cef983ab0ba6995504cd4f00ecf98a22 (diff) | |
download | aspectj-fefd4559fb4a9eefcf4528526ad2448b9a6e3489.tar.gz aspectj-fefd4559fb4a9eefcf4528526ad2448b9a6e3489.zip |
fix for Bugzilla Bug 36736
compiler error expected for implemented abstract pointcuts
and for
fix for Bugzilla Bug 36673
VerifyError in privileged aspect
minimally extended coverage for this bug
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r-- | tests/ajcTestsFailing.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml index 60e547750..cb741c1e0 100644 --- a/tests/ajcTestsFailing.xml +++ b/tests/ajcTestsFailing.xml @@ -4,16 +4,5 @@ <!-- contains valid tests that the compiler has never passed --> <suite> - <ajc-test dir="new/verifyError" pr="36673" - title="privileged aspect main verify error"> - <compile files="Privilege.java"/> - <run class="Privilege"/> - </ajc-test> - <ajc-test dir="new" pr="36736" - title="implemented abstract pointcut"> - <compile files="AbstractImplementedPointcut.java"> - <message kind="error" line="14"/> - </compile> - </ajc-test> </suite> |