diff options
Diffstat (limited to 'lldb/test/expression_command/call-throws/TestCallThatThrows.py')
-rw-r--r-- | lldb/test/expression_command/call-throws/TestCallThatThrows.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/expression_command/call-throws/TestCallThatThrows.py b/lldb/test/expression_command/call-throws/TestCallThatThrows.py index 85774cdc65f..874c9f7da07 100644 --- a/lldb/test/expression_command/call-throws/TestCallThatThrows.py +++ b/lldb/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 lldb_shared +import use_lldb_suite import lldb import lldbutil |