diff options
Diffstat (limited to 'lldb/test/functionalities/breakpoint/cpp_exception/TestCPPExceptionBreakpoint.py')
| -rw-r--r-- | lldb/test/functionalities/breakpoint/cpp_exception/TestCPPExceptionBreakpoint.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/breakpoint/cpp_exception/TestCPPExceptionBreakpoint.py b/lldb/test/functionalities/breakpoint/cpp_exception/TestCPPExceptionBreakpoint.py index fa618b8e497..ede32f58ed1 100644 --- a/lldb/test/functionalities/breakpoint/cpp_exception/TestCPPExceptionBreakpoint.py +++ b/lldb/test/functionalities/breakpoint/cpp_exception/TestCPPExceptionBreakpoint.py @@ -4,7 +4,7 @@ Test that you can set breakpoint and hit the C++ language exception breakpoint from __future__ import print_function -import lldb_shared +import use_lldb_suite import os import re |

