diff options
Diffstat (limited to 'lldb/test/functionalities/watchpoint/watchpoint_commands/condition/TestWatchpointConditionCmd.py')
-rw-r--r-- | lldb/test/functionalities/watchpoint/watchpoint_commands/condition/TestWatchpointConditionCmd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/watchpoint/watchpoint_commands/condition/TestWatchpointConditionCmd.py b/lldb/test/functionalities/watchpoint/watchpoint_commands/condition/TestWatchpointConditionCmd.py index 919a8a44687..eddef4c1446 100644 --- a/lldb/test/functionalities/watchpoint/watchpoint_commands/condition/TestWatchpointConditionCmd.py +++ b/lldb/test/functionalities/watchpoint/watchpoint_commands/condition/TestWatchpointConditionCmd.py @@ -4,7 +4,7 @@ Test watchpoint modify command to set condition on a watchpoint. from __future__ import print_function -import lldb_shared +import use_lldb_suite import os, time import lldb |