aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ajcTests.xml
diff options
context:
space:
mode:
authorjhugunin <jhugunin>2003-05-01 18:48:06 +0000
committerjhugunin <jhugunin>2003-05-01 18:48:06 +0000
commit7e47f0f2fa4e805f11a67f953aeeeb3e959fcc3d (patch)
treea5923ed58bf1ca29a096b494d19d8742cec8dc0c /tests/ajcTests.xml
parentaaca8abb5e65355985f4cbef492d7e5e8272a1c7 (diff)
downloadaspectj-7e47f0f2fa4e805f11a67f953aeeeb3e959fcc3d.tar.gz
aspectj-7e47f0f2fa4e805f11a67f953aeeeb3e959fcc3d.zip
added test that deprecation warnings are not shown unless asked for
modifying option setting to make that test pass
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 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 -->