You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

mikTests.xml 334B

123456789101112
  1. <!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd">
  2. <suite>
  3. <ajc-test dir="bugs/lines" pr="37758"
  4. title="Weaving rt.jar results in stack overflow">
  5. <compile files="A.java,big.jar">
  6. <message kind="warning" text="manifest not copied"/>
  7. </compile>
  8. <run class="Big"/>
  9. </ajc-test>
  10. </suite>