diff options
Diffstat (limited to 'lldb/test/lang/c/global_variables/TestGlobalVariables.py')
-rw-r--r-- | lldb/test/lang/c/global_variables/TestGlobalVariables.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/lang/c/global_variables/TestGlobalVariables.py b/lldb/test/lang/c/global_variables/TestGlobalVariables.py index 7d9c0ddaecd..92f2526e9f0 100644 --- a/lldb/test/lang/c/global_variables/TestGlobalVariables.py +++ b/lldb/test/lang/c/global_variables/TestGlobalVariables.py @@ -1,5 +1,7 @@ """Show global variables and check that they do indeed have global scopes.""" +from __future__ import print_function + import lldb_shared import os, time |