[Dexter] Fix failing clang-opt-bisect sub tool test

Fixes a mismatch in expected arguments passed to run_debugger_subprocess

  Fix for:
    https://reviews.llvm.org/D76926
    rG9cf9710bb0d61cb5c27c6e780af6a182cb162bfb
This commit is contained in:
Tom Weaver 2020-04-21 13:40:02 +01:00
parent 0535fab237
commit b1097e29d3
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ class Tool(TestToolBase):
try:
debugger_controller =self._init_debugger_controller()
debugger_controller = run_debugger_subprocess(
self.context, debugger_controller)
debugger_controller, self.context.working_directory.path)
steps = debugger_controller.step_collection
except DebuggerException:
steps = DextIR(