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, 2 insertions, 0 deletions
diff --git a/lldb/test/expression_command/call-throws/TestCallThatThrows.py b/lldb/test/expression_command/call-throws/TestCallThatThrows.py index e5ac994d7b5..85774cdc65f 100644 --- a/lldb/test/expression_command/call-throws/TestCallThatThrows.py +++ b/lldb/test/expression_command/call-throws/TestCallThatThrows.py @@ -2,6 +2,8 @@ Test calling a function that throws an ObjC exception, make sure that it doesn't propagate the exception. """ +from __future__ import print_function + import lldb_shared import lldb |