[analyzer] exploded-graph-rewriter: An attempt to fix Windows buildbots.

Breakage caused by r362340.

llvm-svn: 362343
This commit is contained in:
Artem Dergachev 2019-06-02 23:17:56 +00:00
parent 50b35caf30
commit 0ac4ab48fc
1 changed files with 2 additions and 2 deletions

View File

@ -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']