diff options
Diffstat (limited to 'lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py')
-rw-r--r-- | lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py b/lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py index 2051635c13a0..28a8f809bb13 100644 --- a/lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py +++ b/lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py @@ -4,7 +4,7 @@ Use lldb Python SBtarget.WatchAddress() API to create a watchpoint for write of from __future__ import print_function -import lldb_shared +import use_lldb_suite import os, time import re |