瀏覽代碼

misspelled local invalid option in negative test

tags/V1_1_0
wisberg 21 年之前
父節點
當前提交
d3a0191c44
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. 3
    3
      testing-drivers/testdata/incremental/harness/selectionTest.xml

+ 3
- 3
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>


Loading…
取消
儲存