]> source.dussan.org Git - aspectj.git/commitdiff
332388: test and fix
authoraclement <aclement>
Tue, 14 Dec 2010 20:33:33 +0000 (20:33 +0000)
committeraclement <aclement>
Tue, 14 Dec 2010 20:33:33 +0000 (20:33 +0000)
tests/src/org/aspectj/systemtest/ajc1611/ajc1611.xml

index 56434cff6f563849848ed0b3c96e1f7298c59855..c9bc40889581ccf9136cd8968d72e43bf19cc4e7 100644 (file)
@@ -18,7 +18,7 @@
      <compile files="A.java B.java" classpath="M.jar" outjar="AB.jar" options="-1.5"/>
      <compile files="MyAspect.java" outjar="aspects.jar" options="-1.5"/>
      <compile files="" aspectpath="aspects.jar" inpath="AB.jar" options="-1.5">
-     <message kind="error" text="Unable to find type for generic bound.  Missing type is M"/>
+     <message kind="error" text="Unable to find type for generic bound.  Missing type is M [Xlint:cantFindType]"/>
      </compile>
   </ajc-test>
   
@@ -27,7 +27,7 @@
      <compile files="A.java" classpath="M.jar" outjar="A.jar" options="-1.5"/>
      <compile files="MyAspect.java" outjar="aspects.jar" options="-1.5"/>
      <compile files="" aspectpath="aspects.jar" inpath="A.jar" options="-1.5">
-     <message kind="error" text="Unable to find type (for bound): M"/>
+     <message kind="error" text="Unable to find type (for bound): M [Xlint:cantFindType]"/>
      </compile>
   </ajc-test>