aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ajcTests.xml
diff options
context:
space:
mode:
authoraclement <aclement>2004-07-27 10:34:41 +0000
committeraclement <aclement>2004-07-27 10:34:41 +0000
commit936459c28229321deb0b09d076193be32cd9754e (patch)
treec5556e2d29d7182fa6a69312022789336b5a96ec /tests/ajcTests.xml
parent9867cbbcc40e471fb07ea7726fa02664f36ac8e8 (diff)
downloadaspectj-936459c28229321deb0b09d076193be32cd9754e.tar.gz
aspectj-936459c28229321deb0b09d076193be32cd9754e.zip
Fix for 53999
"can't bind type" message has $ for . in type name for declare soft
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r--tests/ajcTests.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml
index 08d856f20..a74b3d915 100644
--- a/tests/ajcTests.xml
+++ b/tests/ajcTests.xml
@@ -7770,4 +7770,10 @@
</compile>
</ajc-test>
+ <ajc-test dir="bugs"
+ pr="53999" title="'can't bind type' message has $ for . in type name for declare soft">
+ <compile files="Cosmetic.java">
+ <message kind="error" line="9" text="can't bind type name 'unknown.Error'"/>
+ </compile>
+ </ajc-test>
</suite>