[lit] Remove spurious `-` in invocation of lit in

`shtest-xunit-output.py` test.

Although there is no `-` file Jeremy Morse has reported to me that it
causes problems in their setup because lit tries to find it and ends up
loading an out of tree lit configuration file.

llvm-svn: 330728
This commit is contained in:
Dan Liew 2018-04-24 15:42:00 +00:00
parent 8c77bf9ec6
commit 97a60c21d4
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# RUN: not %{lit} -j 1 -v %{inputs}/shtest-format - --xunit-xml-output %t.xml
# RUN: not %{lit} -j 1 -v %{inputs}/shtest-format --xunit-xml-output %t.xml
# RUN: FileCheck < %t.xml %s
# CHECK: <?xml version="1.0" encoding="UTF-8" ?>