diff options
Diffstat (limited to 'lldb/test/lang/cpp/stl/TestSTL.py')
-rw-r--r-- | lldb/test/lang/cpp/stl/TestSTL.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/lang/cpp/stl/TestSTL.py b/lldb/test/lang/cpp/stl/TestSTL.py index e32652602f8..66a8dce143f 100644 --- a/lldb/test/lang/cpp/stl/TestSTL.py +++ b/lldb/test/lang/cpp/stl/TestSTL.py @@ -2,6 +2,8 @@ Test some expressions involving STL data types. """ +from __future__ import print_function + import lldb_shared import unittest2 |