aboutsummaryrefslogtreecommitdiffstats
path: root/testing-drivers
diff options
context:
space:
mode:
authorwisberg <wisberg>2003-08-28 18:33:02 +0000
committerwisberg <wisberg>2003-08-28 18:33:02 +0000
commitebe50650a374fcc6e95bfdb6bde4a27797babbe7 (patch)
tree13fc2e187d40a08a18fad6f5dfdd50e87a08297c /testing-drivers
parent8f3fef3da5b6477b7417a74f171f5bc875a8d8d7 (diff)
downloadaspectj-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.xml2
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>