aboutsummaryrefslogtreecommitdiffstats
path: root/testing-drivers/testdata
diff options
context:
space:
mode:
authorwisberg <wisberg>2003-05-14 04:25:22 +0000
committerwisberg <wisberg>2003-05-14 04:25:22 +0000
commitd3a0191c44ae6711d880d34eaffd6797ae857b2b (patch)
treefcd1475cbe7e22ea8df5eef896db9c6d1ac56b61 /testing-drivers/testdata
parent99f5c14fb0df142b1e25361a7ff3951a5a6d4d5d (diff)
downloadaspectj-d3a0191c44ae6711d880d34eaffd6797ae857b2b.tar.gz
aspectj-d3a0191c44ae6711d880d34eaffd6797ae857b2b.zip
misspelled local invalid option in negative test
Diffstat (limited to 'testing-drivers/testdata')
-rw-r--r--testing-drivers/testdata/incremental/harness/selectionTest.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing-drivers/testdata/incremental/harness/selectionTest.xml b/testing-drivers/testdata/incremental/harness/selectionTest.xml
index 1657317e8..abdb7c0ae 100644
--- a/testing-drivers/testdata/incremental/harness/selectionTest.xml
+++ b/testing-drivers/testdata/incremental/harness/selectionTest.xml
@@ -105,7 +105,7 @@
<!-- .............................................................................
CompilerRun should skip invalid options CompilerRun.Spec.INVALID_OPTIONS:
- { "-workingdir", "-argfile", "-sourceroot", "-outjar", "-source" }
+ { "-workingdir", "-argfile", "-sourceroots", "-outjar", "-source" }
-->
<ajc-test dir="." title="skip - local invalid option -workingdir"
@@ -120,9 +120,9 @@
<run class="TestNoTester"/>
</ajc-test>
- <ajc-test dir="." title="skip - local invalid option -sourceroot"
+ <ajc-test dir="." title="skip - local invalid option -sourceroots"
keywords="requireKeyword,localInvalidOption" >
- <compile files="TestNoTester.java" options="-sourceroot,."/>
+ <compile files="TestNoTester.java" options="-sourceroots,."/>
<run class="TestNoTester"/>
</ajc-test>