diff options
Diffstat (limited to 'lldb/test/functionalities/dynamic_value_child_count/TestDynamicValueChildCount.py')
-rw-r--r-- | lldb/test/functionalities/dynamic_value_child_count/TestDynamicValueChildCount.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/functionalities/dynamic_value_child_count/TestDynamicValueChildCount.py b/lldb/test/functionalities/dynamic_value_child_count/TestDynamicValueChildCount.py index 67c4d971233..6b31ebc26dc 100644 --- a/lldb/test/functionalities/dynamic_value_child_count/TestDynamicValueChildCount.py +++ b/lldb/test/functionalities/dynamic_value_child_count/TestDynamicValueChildCount.py @@ -2,6 +2,8 @@ Test that dynamic values update their child count correctly """ +from __future__ import print_function + import lldb_shared import os, time |