diff options
Diffstat (limited to 'tests/ajcTestsFailing.xml')
-rw-r--r-- | tests/ajcTestsFailing.xml | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/tests/ajcTestsFailing.xml b/tests/ajcTestsFailing.xml index c021e9451..fe3fdc664 100644 --- a/tests/ajcTestsFailing.xml +++ b/tests/ajcTestsFailing.xml @@ -24,16 +24,6 @@ </ajc-test> <ajc-test dir="bugs" - title="after returning type incompatible with join point return type" - pr="42668" - > - <compile files="IncompatibleAfterReturningTypeCE.java"> - <message kind="error" line="20"/> - <message kind="error" line="22"/> - </compile> - </ajc-test> - - <ajc-test dir="bugs" pr="41888" title="call PCD fails when given subtype of defining type"> <compile files="CallReference.java"/> @@ -143,5 +133,13 @@ files="Main.java"/> <run class="Main"/> </ajc-test> + + <ajc-test dir="new" + pr="42668" + title="after returning with parameter: matching rules"> + <compile files="AfterReturningParamMatching.java" /> + <run class="AfterReturningParamMatching"/> + </ajc-test> + </suite> |