blob: 0ebd8cd50c8f256d6c78a065f057f2107e3fbe3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd">
<suite>
<!--
<ajc-test dir="options/injars/simple"
title="options -injars">
<compile files="Simple.java,main.jar"
options="!eclipse"/>
<run class="Main"/>
</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>
|