summaryrefslogtreecommitdiffstats
path: root/clang/test/lit.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/lit.cfg')
-rw-r--r--clang/test/lit.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/lit.cfg b/clang/test/lit.cfg
index a97a602a12b..83de9eaabb8 100644
--- a/clang/test/lit.cfg
+++ b/clang/test/lit.cfg
@@ -14,7 +14,7 @@ config.name = 'Clang'
# the test runner updated.
execute_external = platform.system() != 'Windows'
config.test_format = lit.formats.ShTest(execute_external,
- require_and_and = True)
+ require_and_and = False)
# suffixes: A list of file extensions to treat as test files.
config.suffixes = ['.c', '.cpp', '.m', '.mm']
OpenPOWER on IntegriCloud