diff options
Diffstat (limited to 'lldb/test/expression_command/call-restarts/TestCallThatRestarts.py')
-rw-r--r-- | lldb/test/expression_command/call-restarts/TestCallThatRestarts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/expression_command/call-restarts/TestCallThatRestarts.py b/lldb/test/expression_command/call-restarts/TestCallThatRestarts.py index e3d368c97cd..38f0ab73db4 100644 --- a/lldb/test/expression_command/call-restarts/TestCallThatRestarts.py +++ b/lldb/test/expression_command/call-restarts/TestCallThatRestarts.py @@ -4,7 +4,7 @@ Test calling a function that hits a signal set to auto-restart, make sure the ca from __future__ import print_function -import lldb_shared +import use_lldb_suite import lldb import lldbutil |