diff options
author | wisberg <wisberg> | 2003-08-28 18:33:02 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-08-28 18:33:02 +0000 |
commit | ebe50650a374fcc6e95bfdb6bde4a27797babbe7 (patch) | |
tree | 13fc2e187d40a08a18fad6f5dfdd50e87a08297c /testing-drivers | |
parent | 8f3fef3da5b6477b7417a74f171f5bc875a8d8d7 (diff) | |
download | aspectj-ebe50650a374fcc6e95bfdb6bde4a27797babbe7.tar.gz aspectj-ebe50650a374fcc6e95bfdb6bde4a27797babbe7.zip |
ignoring test case expecting a skip when using the old ajc compiler in incremental mode,
since we're not using ajc 1.0 anymore.
Should revisit if we do.
Diffstat (limited to 'testing-drivers')
-rw-r--r-- | testing-drivers/testdata/incremental/harness/selectionTest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing-drivers/testdata/incremental/harness/selectionTest.xml b/testing-drivers/testdata/incremental/harness/selectionTest.xml index 0ae449a1d..7892f62b1 100644 --- a/testing-drivers/testdata/incremental/harness/selectionTest.xml +++ b/testing-drivers/testdata/incremental/harness/selectionTest.xml @@ -61,7 +61,7 @@ <!-- ................... ajc limitations --> <ajc-test dir="." title="skip - forced ajc with incremental tests" - keywords="requireKeyword" > + keywords="requireKeyword,skipUnenforcedAjcLimit" > <compile staging="true" files="TestNoTester.java" options="!ajc"/> <run class="TestNoTester"/> </ajc-test> |