diff options
Diffstat (limited to 'lldb/test/lang/c/forward/TestForwardDeclaration.py')
-rw-r--r-- | lldb/test/lang/c/forward/TestForwardDeclaration.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/lang/c/forward/TestForwardDeclaration.py b/lldb/test/lang/c/forward/TestForwardDeclaration.py index 6db0b30b567..430f20b0512 100644 --- a/lldb/test/lang/c/forward/TestForwardDeclaration.py +++ b/lldb/test/lang/c/forward/TestForwardDeclaration.py @@ -1,5 +1,7 @@ """Test that forward declaration of a data structure gets resolved correctly.""" +from __future__ import print_function + import lldb_shared import os, time |