diff options
author | jhugunin <jhugunin> | 2002-12-18 05:48:14 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2002-12-18 05:48:14 +0000 |
commit | 3d81a32305edcc0b62a8f847d383fd642d7f6bdd (patch) | |
tree | bb9cc131e8d15cf6eb761fc114d5ef3ad0a411b8 | |
parent | 9eed4bc0da037bce1156cd9bb9709104354fd4c6 (diff) | |
download | aspectj-3d81a32305edcc0b62a8f847d383fd642d7f6bdd.tar.gz aspectj-3d81a32305edcc0b62a8f847d383fd642d7f6bdd.zip |
ignoring Xlint errors from some cases with deliberately missing type names
-rw-r--r-- | tests/ajcTests.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ajcTests.xml b/tests/ajcTests.xml index 9b876328f..ab3caad88 100644 --- a/tests/ajcTests.xml +++ b/tests/ajcTests.xml @@ -3792,7 +3792,7 @@ <ajc-test dir="new" pr="525" title="validate (enclosing) join point and source locations" keywords="from-resolved_10x"> - <compile files="NegativeSourceLocation.java"/> + <compile files="NegativeSourceLocation.java" options="-Xlint:ignore"/> <run class="NegativeSourceLocation"/> </ajc-test> @@ -3958,7 +3958,7 @@ <ajc-test dir="new" pr="590" title="after advice on static method with pcd if() using result through pointcut" keywords="from-resolved_10x"> - <compile files="PR590a.java"> + <compile files="PR590a.java" options="-Xlint:ignore"> <message kind="error" line="29"/> <message kind="error" line="31"/> </compile> |