diff options
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r-- | tests/ajcTests.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml index e9ade4e18..57b496aaa 100644 --- a/tests/ajcTests.xml +++ b/tests/ajcTests.xml @@ -7141,4 +7141,10 @@ <compile files="HandlerSig.java"/> <run class="HandlerSig"/> </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> |