From 0ac4ab48fcf9ec1eb56162cfac97cd1a044b8bc3 Mon Sep 17 00:00:00 2001 From: Artem Dergachev Date: Sun, 2 Jun 2019 23:17:56 +0000 Subject: [PATCH] [analyzer] exploded-graph-rewriter: An attempt to fix Windows buildbots. Breakage caused by r362340. llvm-svn: 362343 --- clang/test/Analysis/exploded-graph-rewriter/lit.local.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clang/test/Analysis/exploded-graph-rewriter/lit.local.cfg b/clang/test/Analysis/exploded-graph-rewriter/lit.local.cfg index 1ebb25a..98b9da8 100644 --- a/clang/test/Analysis/exploded-graph-rewriter/lit.local.cfg +++ b/clang/test/Analysis/exploded-graph-rewriter/lit.local.cfg @@ -7,7 +7,7 @@ config.test_format = lit.formats.ShTest(use_lit_shell == "0") config.substitutions.append(('%exploded_graph_rewriter', lit.util.which('exploded-graph-rewriter.py', - os.path.join(config.clang_src_dir, - 'utils', 'analyzer')))) + config.clang_src_dir + + '/utils/analyzer'))) config.suffixes = ['.dot'] -- 2.7.4