diff options
author | jhugunin <jhugunin> | 2003-05-19 18:06:04 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2003-05-19 18:06:04 +0000 |
commit | 2072ac11448e493e26ab7ff818ce26c6ef33c19c (patch) | |
tree | 54f5535acef911434dcfa15d6386f3b51b3ffb0d /tests/ajcTests.xml | |
parent | 8463bc6ed6ac00e71a09b9a3738c3aa5619f529f (diff) | |
download | aspectj-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.xml | 7 |
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> |