diff options
author | aclement <aclement> | 2010-12-14 20:33:33 +0000 |
---|---|---|
committer | aclement <aclement> | 2010-12-14 20:33:33 +0000 |
commit | ba4db3c42ad0ed268e3f7dd70a09c3ed30179b5b (patch) | |
tree | 427e65ded326e4d13d433a6219c1e2a57a8ede77 | |
parent | 0247be6dac03e2f96a23cdad7d8ce0f120c62f89 (diff) | |
download | aspectj-ba4db3c42ad0ed268e3f7dd70a09c3ed30179b5b.tar.gz aspectj-ba4db3c42ad0ed268e3f7dd70a09c3ed30179b5b.zip |
332388: test and fix
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc1611/ajc1611.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc1611/ajc1611.xml b/tests/src/org/aspectj/systemtest/ajc1611/ajc1611.xml index 56434cff6..c9bc40889 100644 --- a/tests/src/org/aspectj/systemtest/ajc1611/ajc1611.xml +++ b/tests/src/org/aspectj/systemtest/ajc1611/ajc1611.xml @@ -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> |