aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ajcTests.xml
diff options
context:
space:
mode:
authoraclement <aclement>2004-04-02 12:45:13 +0000
committeraclement <aclement>2004-04-02 12:45:13 +0000
commit0521e79aea0550b1357a7ccc6a5050f8ce27ce9b (patch)
treefd1c5bdfe7780257d007f7130fe9355352554372 /tests/ajcTests.xml
parent33d8ee9eededcd1219a6cbd1d063af005d40a3f7 (diff)
downloadaspectj-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.xml11
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>