diff options
Diffstat (limited to 'lldb/test/expression_command/expr-in-syscall/TestExpressionInSyscall.py')
-rw-r--r-- | lldb/test/expression_command/expr-in-syscall/TestExpressionInSyscall.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/expression_command/expr-in-syscall/TestExpressionInSyscall.py b/lldb/test/expression_command/expr-in-syscall/TestExpressionInSyscall.py index 4d1ba4bec59..83c98affdd0 100644 --- a/lldb/test/expression_command/expr-in-syscall/TestExpressionInSyscall.py +++ b/lldb/test/expression_command/expr-in-syscall/TestExpressionInSyscall.py @@ -1,5 +1,7 @@ """Test that we are able to evaluate expressions when the inferior is blocked in a syscall""" +from __future__ import print_function + import lldb_shared import os |