diff options
Diffstat (limited to 'lldb/test/api/multithreaded/test_breakpoint_callback.cpp')
| -rw-r--r-- | lldb/test/api/multithreaded/test_breakpoint_callback.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/api/multithreaded/test_breakpoint_callback.cpp b/lldb/test/api/multithreaded/test_breakpoint_callback.cpp index a6f256075d2..0cc1b6ddba6 100644 --- a/lldb/test/api/multithreaded/test_breakpoint_callback.cpp +++ b/lldb/test/api/multithreaded/test_breakpoint_callback.cpp @@ -37,7 +37,7 @@ void test(SBDebugger &dbg, vector<string> args) { breakpoint.SetCallback(BPCallback, 0); std::unique_ptr<char> working_dir(get_working_dir()); - SBProcess process = target.LaunchSimple(0, 0, working_dir.get()); + SBProcess process = target.LaunchSimple (0, 0, working_dir.get()); { unique_lock<mutex> lock(g_mutex); |

