aboutsummaryrefslogtreecommitdiffstats
path: root/tests/jimTests.xml
blob: c10a38f4a118d549db9684cff5aedf9429fd36d3 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd">
<suite> 
    <ajc-test dir="bugs" pr="39479"
   	 title="NPE in bcel.LazyMethodGen when delegating from one ctor to a second that includes a switch">
        <compile files="NewSwitch.java"/>
        <run class="NewSwitch"/>
    </ajc-test>

</suite>