Drop require_and_and argument.

llvm-svn: 86433
This commit is contained in:
Daniel Dunbar 2009-11-08 01:47:35 +00:00
parent 34546ce43d
commit d90e0a113e
1 changed files with 1 additions and 2 deletions

View File

@ -13,8 +13,7 @@ config.name = 'Clang'
# For now we require '&&' between commands, until they get globally killed and
# the test runner updated.
execute_external = platform.system() != 'Windows'
config.test_format = lit.formats.ShTest(execute_external,
require_and_and = False)
config.test_format = lit.formats.ShTest(execute_external)
# suffixes: A list of file extensions to treat as test files.
config.suffixes = ['.c', '.cpp', '.m', '.mm']