summaryrefslogtreecommitdiff
path: root/test/lit.cfg
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2013-08-08 20:59:13 +0000
committerDaniel Dunbar <daniel@zuster.org>2013-08-08 20:59:13 +0000
commit9d11edb416d2a61ddaee15664acb52432094079f (patch)
tree4547294afb0e0506f10d1d6aa9c3c21b7134e477 /test/lit.cfg
parentd4f9d05fde4b2cfd202a5852ec1ec3e960ef53ed (diff)
downloadllvm-9d11edb416d2a61ddaee15664acb52432094079f.tar.gz
llvm-9d11edb416d2a61ddaee15664acb52432094079f.tar.bz2
llvm-9d11edb416d2a61ddaee15664acb52432094079f.tar.xz
[lit] Remove on_clone member, which is no longer used.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188006 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/lit.cfg')
-rw-r--r--test/lit.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lit.cfg b/test/lit.cfg
index dc08c679ca..8828e06f3e 100644
--- a/test/lit.cfg
+++ b/test/lit.cfg
@@ -39,8 +39,8 @@ config.test_format = lit.formats.ShTest(execute_external)
# To ignore test output on stderr so it doesn't trigger failures uncomment this:
#config.test_format = lit.formats.TclTest(ignoreStdErr=True)
-# suffixes: A list of file extensions to treat as test files, this is actually
-# set by on_clone().
+# suffixes: A list of file extensions to treat as test files. This is overriden
+# by individual lit.local.cfg files in the test subdirectories.
config.suffixes = []
# excludes: A list of directories to exclude from the testsuite. The 'Inputs'