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, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/dynamic_value_child_count/TestDynamicValueChildCount.py b/lldb/test/functionalities/dynamic_value_child_count/TestDynamicValueChildCount.py index df8630655f9..a0f9f4d6b47 100644 --- a/lldb/test/functionalities/dynamic_value_child_count/TestDynamicValueChildCount.py +++ b/lldb/test/functionalities/dynamic_value_child_count/TestDynamicValueChildCount.py @@ -4,7 +4,7 @@ Test that dynamic values update their child count correctly from __future__ import print_function -import lldb_shared +import use_lldb_suite import os, time import re |