aboutsummaryrefslogtreecommitdiffstats
path: root/tests/mikTests.xml
blob: ead6fe7a83650bd98d811fd72b3b422374926838 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd">

<suite>
    <ajc-test dir="bugs/lines" pr="37758"
   	 title="Weaving rt.jar results in stack overflow">
        <compile files="A.java,big.jar">
        	<message kind="warning" text="manifest not copied"/>
        </compile>
        <run class="Big"/>
    </ajc-test>
</suite>