diff options
Diffstat (limited to 'clang/test/Analysis/exploded-graph-rewriter/lit.local.cfg')
| -rw-r--r-- | clang/test/Analysis/exploded-graph-rewriter/lit.local.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/exploded-graph-rewriter/lit.local.cfg b/clang/test/Analysis/exploded-graph-rewriter/lit.local.cfg index dfeb0a86c4f..87ce52cc53e 100644 --- a/clang/test/Analysis/exploded-graph-rewriter/lit.local.cfg +++ b/clang/test/Analysis/exploded-graph-rewriter/lit.local.cfg @@ -8,7 +8,7 @@ use_lit_shell = os.environ.get("LIT_USE_INTERNAL_SHELL") config.test_format = lit.formats.ShTest(use_lit_shell == "0") config.substitutions.append(('%exploded_graph_rewriter', - '\'%s\' %s' % ( + '\'%s\' %s --dump-dot-only' % ( config.python_executable, lit.util.which('exploded-graph-rewriter.py', os.path.join( |

