diff options
author | jhugunin <jhugunin> | 2003-01-03 23:22:45 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2003-01-03 23:22:45 +0000 |
commit | e26afd3b27c4487da1724a9bae3cd871acf94caf (patch) | |
tree | 8df089de24c24585d260f7d50c8f66918db0c22c /tests/ajcTests.xml | |
parent | 0025a76674bd4e3384a4b5278f5a2049d08f83bc (diff) | |
download | aspectj-e26afd3b27c4487da1724a9bae3cd871acf94caf.tar.gz aspectj-e26afd3b27c4487da1724a9bae3cd871acf94caf.zip |
ignoring new Xlint warning
Diffstat (limited to 'tests/ajcTests.xml')
-rw-r--r-- | tests/ajcTests.xml | 2 |
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> |