blob: ea5a825161729527e37dac3de84212e821f504b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd">
<suite>
<ajc-test dir="new" title="new around construct"
keywords="from-resolved_10x">
<compile files="AroundAdvice.java"/>
<run class="AroundAdvice"/>
</ajc-test>
<!--
<ajc-test dir="new" pr="885"
title="source locations within expressions">
<compile files="SourceLocationWithinExpr.java" options="-1.4"/>
<run class="SourceLocationWithinExpr"/>
</ajc-test>
-->
</suite>
|