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.

injar.xml 728B

1234567891011121314151617181920
  1. <!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd"[]>
  2. <!-- AspectJ v1.5.2 Tests -->
  3. <suite>
  4. <ajc-test dir="bugs152/pr145963" title="advice and deow">
  5. <compile files="ClassForAspectPath.java" aspectpath="adviceAndDeow.jar" options="-emacssym">
  6. <message kind="warning" line="9" text="There should be no printlns"/>
  7. </compile>
  8. </ajc-test>
  9. <ajc-test dir="bugs152/pr145963" title="ensure advice label is correct">
  10. <compile files="C.java" aspectpath="adviceLabels.jar" options="-emacssym"/>
  11. </ajc-test>
  12. <ajc-test dir="bugs152/pr145963" title="aspect in default package">
  13. <compile files="C.java" aspectpath="aspectInDefaultPackage.jar" options="-emacssym"/>
  14. </ajc-test>
  15. </suite>