diff options
Diffstat (limited to 'lldb/test/expression_command/persistent_ptr_update/TestPersistentPtrUpdate.py')
-rw-r--r-- | lldb/test/expression_command/persistent_ptr_update/TestPersistentPtrUpdate.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/expression_command/persistent_ptr_update/TestPersistentPtrUpdate.py b/lldb/test/expression_command/persistent_ptr_update/TestPersistentPtrUpdate.py index 4c10e2a946b..8d3e31d1632 100644 --- a/lldb/test/expression_command/persistent_ptr_update/TestPersistentPtrUpdate.py +++ b/lldb/test/expression_command/persistent_ptr_update/TestPersistentPtrUpdate.py @@ -4,7 +4,7 @@ Test that we can have persistent pointer variables from __future__ import print_function -import lldb_shared +import use_lldb_suite import lldb import lldbutil |