diff options
Diffstat (limited to 'lldb/test/python_api/watchpoint/TestWatchpointIter.py')
-rw-r--r-- | lldb/test/python_api/watchpoint/TestWatchpointIter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/python_api/watchpoint/TestWatchpointIter.py b/lldb/test/python_api/watchpoint/TestWatchpointIter.py index 031a4bf6d18..c7bc94d859f 100644 --- a/lldb/test/python_api/watchpoint/TestWatchpointIter.py +++ b/lldb/test/python_api/watchpoint/TestWatchpointIter.py @@ -4,7 +4,7 @@ Use lldb Python SBTarget API to iterate on the watchpoint(s) for the target. from __future__ import print_function -import lldb_shared +import use_lldb_suite import os, time import re |