From 9d11edb416d2a61ddaee15664acb52432094079f Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Thu, 8 Aug 2013 20:59:13 +0000 Subject: [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 --- test/lit.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/lit.cfg') diff --git a/test/lit.cfg b/test/lit.cfg index dc08c67..8828e06 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' -- cgit v1.1