From 98c1aefdffa8d0300a8723e17903adc17631601f Mon Sep 17 00:00:00 2001 From: Petr Hosek Date: Wed, 21 Mar 2018 02:28:22 +0000 Subject: [PATCH] Revert "[lit] Adding config initialization to lit tests in clang-tools-extra" This reverts commit r328060 because a test that was inteded to run on Windows but never ran before due to the missing config initialization is now being executed and is failing. llvm-svn: 328069 --- clang-tools-extra/test/lit.site.cfg.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/clang-tools-extra/test/lit.site.cfg.in b/clang-tools-extra/test/lit.site.cfg.in index 948e469..86e9617 100644 --- a/clang-tools-extra/test/lit.site.cfg.in +++ b/clang-tools-extra/test/lit.site.cfg.in @@ -23,7 +23,5 @@ except KeyError: key, = e.args lit_config.fatal("unable to find %r parameter, use '--param=%s=VALUE'" % (key,key)) -@LIT_SITE_CFG_IN_FOOTER@ - # Let the main config do the real work. lit_config.load_config(config, "@CLANG_TOOLS_SOURCE_DIR@/test/lit.cfg") -- 2.7.4