diff options
Diffstat (limited to 'lldb/test/lang/cpp/char1632_t/TestChar1632T.py')
-rw-r--r-- | lldb/test/lang/cpp/char1632_t/TestChar1632T.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/lang/cpp/char1632_t/TestChar1632T.py b/lldb/test/lang/cpp/char1632_t/TestChar1632T.py index 7392f79bce7..0e55babc91a 100644 --- a/lldb/test/lang/cpp/char1632_t/TestChar1632T.py +++ b/lldb/test/lang/cpp/char1632_t/TestChar1632T.py @@ -3,6 +3,8 @@ Test that the C++11 support for char16_t and char32_t works correctly. """ +from __future__ import print_function + import lldb_shared import os, time |