diff options
Diffstat (limited to 'lldb/test/macosx/safe-to-func-call/TestSafeFuncCalls.py')
-rw-r--r-- | lldb/test/macosx/safe-to-func-call/TestSafeFuncCalls.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/macosx/safe-to-func-call/TestSafeFuncCalls.py b/lldb/test/macosx/safe-to-func-call/TestSafeFuncCalls.py index 6e777904df3..e0e7b74b304 100644 --- a/lldb/test/macosx/safe-to-func-call/TestSafeFuncCalls.py +++ b/lldb/test/macosx/safe-to-func-call/TestSafeFuncCalls.py @@ -1,5 +1,7 @@ """Test function call thread safety.""" +from __future__ import print_function + import lldb_shared import os, time |