diff options
Diffstat (limited to 'lldb/test/functionalities/platform/TestPlatformCommand.py')
-rw-r--r-- | lldb/test/functionalities/platform/TestPlatformCommand.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/functionalities/platform/TestPlatformCommand.py b/lldb/test/functionalities/platform/TestPlatformCommand.py index 97908269da8..c049356d630 100644 --- a/lldb/test/functionalities/platform/TestPlatformCommand.py +++ b/lldb/test/functionalities/platform/TestPlatformCommand.py @@ -2,6 +2,8 @@ Test some lldb platform commands. """ +from __future__ import print_function + import lldb_shared import os, time |