選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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>