diff options
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 8c4c21639..b7ad971d5 100644 --- a/tests/ajcTests.xml +++ b/tests/ajcTests.xml @@ -5198,6 +5198,13 @@ <message kind="warning" line="10"/> </compile> </ajc-test> + + <ajc-test dir="options" + title="options -warn:deprecation not enabled"> + <compile files="WarnDeprecated.java" + options="!eclipse"> + </compile> + </ajc-test> <!-- .................................... -Xlint tests --> <!-- ............... positive -Xlint tests --> |