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.

ajc174.xml 493B

1234567891011121314151617
  1. <!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd"[]>
  2. <suite>
  3. <ajc-test dir="bugs174/pr413378" title="super itd ctor">
  4. <compile files="Code.java" options="-1.5 -showWeaveInfo">
  5. <message kind="weave" text="Type 'Child' (Code.java) has intertyped constructor from 'MyTest' (Code.java:'void Child.&lt;init&gt;(java.lang.String, int)')"/>
  6. </compile>
  7. <run class="Code">
  8. <stdout>
  9. <line text="Get Age:50"/>
  10. <line text="Child Name:Andy"/>
  11. </stdout>
  12. </run>
  13. </ajc-test>
  14. </suite>