]> granicus.if.org Git - clang/commitdiff
Drop require_and_and argument.
authorDaniel Dunbar <daniel@zuster.org>
Sun, 8 Nov 2009 01:47:35 +0000 (01:47 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sun, 8 Nov 2009 01:47:35 +0000 (01:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86433 91177308-0d34-0410-b5e6-96231b3b80d8

test/lit.cfg

index 83de9eaabb8db9f54f61a09689918c6cbf56283f..6fa6742a4ac57f48071ea1dc121b7e3dd2fcbf51 100644 (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']