tests: Fixup lit config, which got garbled somehow...

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@113931 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar 2010-09-15 04:11:29 +00:00
parent f5eadcd8d5
commit 7e0c57b203

View File

@ -18,8 +18,9 @@ class LibcxxTestFormat(lit.formats.FileBasedTest):
FOO.fail.cpp - Negative test case which is expected to fail compilation.
"""
def __init__(self, cxx_under_test, options): self.cxx_under_test =
cxx_under_test self.options = list(options)
def __init__(self, cxx_under_test, options):
self.cxx_under_test = cxx_under_test
self.options = list(options)
def execute_command(self, command):
p = subprocess.Popen(command, stdin=subprocess.PIPE,