diff options
author | ehilsdal <ehilsdal> | 2004-01-29 15:30:42 +0000 |
---|---|---|
committer | ehilsdal <ehilsdal> | 2004-01-29 15:30:42 +0000 |
commit | 520ad8a1aa6073e38f99c90c35b085cba96c76ae (patch) | |
tree | 65b18bdcdfd5b175df7ba468cea15efc0d2c9f34 /tests/ajcTestsFailing.xml | |
parent | 7cd8809a34dd3264b9c65b58d508c75cf534dfde (diff) | |
download | aspectj-520ad8a1aa6073e38f99c90c35b085cba96c76ae.tar.gz aspectj-520ad8a1aa6073e38f99c90c35b085cba96c76ae.zip |
Fix for Bugzilla Bug 42668
effect of an after returning type incompatible with a join point return type
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r-- | tests/ajcTestsFailing.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml index a64b4fb3c..cea32f4dd 100644 --- a/tests/ajcTestsFailing.xml +++ b/tests/ajcTestsFailing.xml @@ -119,13 +119,6 @@ </compile> <run class="org.aspectj.langlib.PointcutsCW"/> </ajc-test> - - <ajc-test dir="new" - pr="42668" - title="after returning with parameter: matching rules"> - <compile files="AfterReturningParamMatching.java" /> - <run class="AfterReturningParamMatching"/> - </ajc-test> <ajc-test dir="bugs/interAbstract" pr="49784" |