org.aspectj/tests/ehTests.xml
ehilsdal 393f65bdec Work on Bugzilla 42668: effect of an after returning type incompatible with a join point return type
* fix to semantics document to describe correct semantics
 * checkin of failing coverage test case for correct semantics
2003-11-18 02:43:31 +00:00

10 lines
296 B
XML

<!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd">
<suite>
<ajc-test dir="new" pr="42668"
title="after returning with parameter: matching rules">
<compile files="AfterReturningParamMatching.java" />
<run class="AfterReturningParamMatching"/>
</ajc-test>
</suite>