diff options
Diffstat (limited to 'lldb/test/lang/c/anonymous/TestAnonymous.py')
-rw-r--r-- | lldb/test/lang/c/anonymous/TestAnonymous.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/lang/c/anonymous/TestAnonymous.py b/lldb/test/lang/c/anonymous/TestAnonymous.py index 1899384c1cd..3f79233248b 100644 --- a/lldb/test/lang/c/anonymous/TestAnonymous.py +++ b/lldb/test/lang/c/anonymous/TestAnonymous.py @@ -1,5 +1,7 @@ """Test that anonymous structs/unions are transparent to member access""" +from __future__ import print_function + import lldb_shared import os, time |