summaryrefslogtreecommitdiffstats
path: root/clang/utils/C++Tests
diff options
context:
space:
mode:
Diffstat (limited to 'clang/utils/C++Tests')
-rw-r--r--clang/utils/C++Tests/LLVM-Syntax/lit.local.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/utils/C++Tests/LLVM-Syntax/lit.local.cfg b/clang/utils/C++Tests/LLVM-Syntax/lit.local.cfg
index 5c19c4df167..90c6f336653 100644
--- a/clang/utils/C++Tests/LLVM-Syntax/lit.local.cfg
+++ b/clang/utils/C++Tests/LLVM-Syntax/lit.local.cfg
@@ -12,7 +12,7 @@ root = getRoot(config)
# testFormat: The test format to use to interpret tests.
config.test_format = lit.formats.SyntaxCheckTest(compiler=root.clang,
dir='%s/include/llvm' % root.llvm_src_root,
- recursive=True,
+ recursive=False,
pattern='^(.*\\.h|[^.]*)$',
excludes=['DAGISelHeader.h',
'AIXDataTypesFix.h',
OpenPOWER on IntegriCloud