[cfe-commits] r86433 - /cfe/trunk/test/lit.cfg
Daniel Dunbar
daniel at zuster.org
Sat Nov 7 17:47:35 PST 2009
Author: ddunbar
Date: Sat Nov 7 19:47:35 2009
New Revision: 86433
URL: http://llvm.org/viewvc/llvm-project?rev=86433&view=rev
Log:
Drop require_and_and argument.
Modified:
cfe/trunk/test/lit.cfg
Modified: cfe/trunk/test/lit.cfg
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/lit.cfg?rev=86433&r1=86432&r2=86433&view=diff
==============================================================================
--- cfe/trunk/test/lit.cfg (original)
+++ cfe/trunk/test/lit.cfg Sat Nov 7 19:47:35 2009
@@ -13,8 +13,7 @@
# 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']
More information about the cfe-commits
mailing list