summaryrefslogtreecommitdiff
path: root/utils/C++Tests/stdc++-Syntax/lit.local.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'utils/C++Tests/stdc++-Syntax/lit.local.cfg')
-rw-r--r--utils/C++Tests/stdc++-Syntax/lit.local.cfg17
1 files changed, 0 insertions, 17 deletions
diff --git a/utils/C++Tests/stdc++-Syntax/lit.local.cfg b/utils/C++Tests/stdc++-Syntax/lit.local.cfg
deleted file mode 100644
index eb04866e340b8..0000000000000
--- a/utils/C++Tests/stdc++-Syntax/lit.local.cfg
+++ /dev/null
@@ -1,17 +0,0 @@
-# -*- Python -*-
-
-# Configuration file for the 'lit' test runner.
-
-def getRoot(config):
- if not config.parent:
- return config
- return getRoot(config.parent)
-
-root = getRoot(config)
-
-# testFormat: The test format to use to interpret tests.
-config.test_format = lit.formats.SyntaxCheckTest(compiler=root.clang,
- dir='/usr/include/c++/4.2.1',
- recursive=False,
- pattern='^(.*\\.h|[^.]*)$')
-