diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py')
| -rw-r--r-- | lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py b/lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py index 5832bf41785..f6d63885248 100644 --- a/lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py +++ b/lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py @@ -4,7 +4,7 @@ Test calling a function, stopping in the call, continue and gather the result on from __future__ import print_function -import use_lldb_suite + import lldb import lldbsuite.test.lldbutil as lldbutil |

