diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-throws/TestCallThatThrows.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/expression_command/call-throws/TestCallThatThrows.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/call-throws/TestCallThatThrows.py b/lldb/packages/Python/lldbsuite/test/expression_command/call-throws/TestCallThatThrows.py index 1749365778f..0e766ac2953 100644 --- a/lldb/packages/Python/lldbsuite/test/expression_command/call-throws/TestCallThatThrows.py +++ b/lldb/packages/Python/lldbsuite/test/expression_command/call-throws/TestCallThatThrows.py @@ -4,7 +4,7 @@ Test calling a function that throws an ObjC exception, make sure that it doesn't from __future__ import print_function -import use_lldb_suite + import lldb import lldbsuite.test.lldbutil as lldbutil |