diff options
Diffstat (limited to 'lldb/test/functionalities/breakpoint/breakpoint_command/TestRegexpBreakCommand.py')
-rw-r--r-- | lldb/test/functionalities/breakpoint/breakpoint_command/TestRegexpBreakCommand.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/breakpoint/breakpoint_command/TestRegexpBreakCommand.py b/lldb/test/functionalities/breakpoint/breakpoint_command/TestRegexpBreakCommand.py index afc9f91eb30..57b0f0f405e 100644 --- a/lldb/test/functionalities/breakpoint/breakpoint_command/TestRegexpBreakCommand.py +++ b/lldb/test/functionalities/breakpoint/breakpoint_command/TestRegexpBreakCommand.py @@ -4,7 +4,7 @@ Test _regexp-break command which uses regular expression matching to dispatch to from __future__ import print_function -import lldb_shared +import use_lldb_suite import os, time import lldb |