diff options
Diffstat (limited to 'lldb/test/lang/cpp/wchar_t/TestCxxWCharT.py')
-rw-r--r-- | lldb/test/lang/cpp/wchar_t/TestCxxWCharT.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/lang/cpp/wchar_t/TestCxxWCharT.py b/lldb/test/lang/cpp/wchar_t/TestCxxWCharT.py index d2b3ab91ba3..70cc028bf2d 100644 --- a/lldb/test/lang/cpp/wchar_t/TestCxxWCharT.py +++ b/lldb/test/lang/cpp/wchar_t/TestCxxWCharT.py @@ -3,6 +3,8 @@ Test that C++ supports wchar_t correctly. """ +from __future__ import print_function + import lldb_shared import os, time |