aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ajcTests.xml
diff options
context:
space:
mode:
authorjhugunin <jhugunin>2003-01-03 23:22:45 +0000
committerjhugunin <jhugunin>2003-01-03 23:22:45 +0000
commite26afd3b27c4487da1724a9bae3cd871acf94caf (patch)
tree8df089de24c24585d260f7d50c8f66918db0c22c /tests/ajcTests.xml
parent0025a76674bd4e3384a4b5278f5a2049d08f83bc (diff)
downloadaspectj-e26afd3b27c4487da1724a9bae3cd871acf94caf.tar.gz
aspectj-e26afd3b27c4487da1724a9bae3cd871acf94caf.zip
ignoring new Xlint warning
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r--tests/ajcTests.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml
index fbd8c3df9..53fdc6e30 100644
--- a/tests/ajcTests.xml
+++ b/tests/ajcTests.xml
@@ -3024,7 +3024,7 @@
<ajc-test dir="new"
title="Introducing methods on classes that implements inner-interfaces with +implements."
keywords="from-resolved_10x">
- <compile files="IntroducingMethodsOnPlusImplementedInterfaces.java"/>
+ <compile files="IntroducingMethodsOnPlusImplementedInterfaces.java" options="-Xlint:ignore"/>
<run class="IntroducingMethodsOnPlusImplementedInterfaces"/>
</ajc-test>