diff options
Diffstat (limited to 'lldb/test/lang/cpp/breakpoint-commands/TestCPPBreakpointCommands.py')
-rw-r--r-- | lldb/test/lang/cpp/breakpoint-commands/TestCPPBreakpointCommands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/cpp/breakpoint-commands/TestCPPBreakpointCommands.py b/lldb/test/lang/cpp/breakpoint-commands/TestCPPBreakpointCommands.py index 72c01ad344d..3f788b7fd6f 100644 --- a/lldb/test/lang/cpp/breakpoint-commands/TestCPPBreakpointCommands.py +++ b/lldb/test/lang/cpp/breakpoint-commands/TestCPPBreakpointCommands.py @@ -4,7 +4,7 @@ Test lldb breakpoint command for CPP methods & functions in a namespace. from __future__ import print_function -import lldb_shared +import use_lldb_suite import os, time import lldb |