diff options
author | acolyer <acolyer> | 2004-03-15 17:08:34 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2004-03-15 17:08:34 +0000 |
commit | 0c2aca0df707e4ac1d8f83aee8eaaa47b982a40d (patch) | |
tree | 87f2695bc9dc8abd5c77ddbd7ebc6f1fbbb06252 /tests/ajcTests.xml | |
parent | 087842e53c2f60333d1114f8781fa77f619175e8 (diff) | |
download | aspectj-0c2aca0df707e4ac1d8f83aee8eaaa47b982a40d.tar.gz aspectj-0c2aca0df707e4ac1d8f83aee8eaaa47b982a40d.zip |
test for Bugzilla Bug 54098
-deprecation not working
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 6aa96ee2e..2a5ab1733 100644 --- a/tests/ajcTests.xml +++ b/tests/ajcTests.xml @@ -7287,4 +7287,11 @@ <run class="Main"/> </ajc-test> + <ajc-test dir="bugs/deprecated" pr="54098" + title="-deprecation not working?" > + <compile files="Deprecation.java, Deprecated.java" options="-deprecation"> + <message kind="warning" line="5"/> + <message kind="warning" line="6"/> + </compile> + </ajc-test> </suite> |