summaryrefslogtreecommitdiffstats
path: root/tests/ajcTests.xml
diff options
context:
space:
mode:
authorjhugunin <jhugunin>2003-05-19 18:06:04 +0000
committerjhugunin <jhugunin>2003-05-19 18:06:04 +0000
commit2072ac11448e493e26ab7ff818ce26c6ef33c19c (patch)
tree54f5535acef911434dcfa15d6386f3b51b3ffb0d /tests/ajcTests.xml
parent8463bc6ed6ac00e71a09b9a3738c3aa5619f529f (diff)
downloadaspectj-2072ac11448e493e26ab7ff818ce26c6ef33c19c.tar.gz
aspectj-2072ac11448e493e26ab7ff818ce26c6ef33c19c.zip
fix and test Bugzilla Bug 37739
Unexpected Xlint:unresolvableMember warning with withincode
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r--tests/ajcTests.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml
index 82a150dfe..c5ebe2575 100644
--- a/tests/ajcTests.xml
+++ b/tests/ajcTests.xml
@@ -6225,5 +6225,12 @@
<message kind="abort" text="Usage"/>
</compile>
</ajc-test>
+
+ <ajc-test dir="bugs" pr="37739"
+ title="Unexpected Xlint:unresolvableMember warning with withincode">
+ <compile files="CatchSig.java">
+ </compile>
+ <run class="CatchSig"/>
+ </ajc-test>
</suite>