summaryrefslogtreecommitdiffstats
path: root/tests/ajcTestsFailing.xml
diff options
context:
space:
mode:
authorjhugunin <jhugunin>2003-04-22 17:35:11 +0000
committerjhugunin <jhugunin>2003-04-22 17:35:11 +0000
commitfefd4559fb4a9eefcf4528526ad2448b9a6e3489 (patch)
tree20fd4404d883cd461458ad82861189980e7f6bdb /tests/ajcTestsFailing.xml
parent73ae16b4cef983ab0ba6995504cd4f00ecf98a22 (diff)
downloadaspectj-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.xml11
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>