diff options
Diffstat (limited to 'testing-drivers/testdata/incremental/harness/selectionTest.xml')
-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> |