diff options
author | aclement <aclement> | 2004-04-02 12:45:13 +0000 |
---|---|---|
committer | aclement <aclement> | 2004-04-02 12:45:13 +0000 |
commit | 0521e79aea0550b1357a7ccc6a5050f8ce27ce9b (patch) | |
tree | fd1c5bdfe7780257d007f7130fe9355352554372 /tests/ajcTests.xml | |
parent | 33d8ee9eededcd1219a6cbd1d063af005d40a3f7 (diff) | |
download | aspectj-0521e79aea0550b1357a7ccc6a5050f8ce27ce9b.tar.gz aspectj-0521e79aea0550b1357a7ccc6a5050f8ce27ce9b.zip |
Fix for Bug 55341
error Type mismatch: cannot convert from java.lang.String to java.lang.String
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r-- | tests/ajcTests.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml index ce4620ece..3a86750e5 100644 --- a/tests/ajcTests.xml +++ b/tests/ajcTests.xml @@ -7523,4 +7523,15 @@ <compile files="Priority.aj" /> </ajc-test> + <ajc-test dir="bugs/StringToString" pr="55341" + title="error Type mismatch: cannot convert from java.lang.String to java.lang.String" + comment="make helloworld.jar with 'ajc -outjar helloworld.jar HW.java' or run BcweaverJarMaker" + keywords=""> + <compile files="X.java" classpath="helloworld.jar"> + <message kind="warning" line="3"/> + <message kind="warning" line="7"/> + </compile> + </ajc-test> + + </suite> |