diff options
Diffstat (limited to 'lldb/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.py')
-rw-r--r-- | lldb/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.py b/lldb/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.py index da487572754b..8b9da4eae1ff 100644 --- a/lldb/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.py +++ b/lldb/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.py @@ -4,7 +4,7 @@ Test lldb watchpoint that uses '-s size' to watch a pointed location with size. from __future__ import print_function -import lldb_shared +import use_lldb_suite import os, time import re |