diff options
Diffstat (limited to 'lldb/test/functionalities/watchpoint/watchpoint_set_command/TestWatchLocationWithWatchSet.py')
-rw-r--r-- | lldb/test/functionalities/watchpoint/watchpoint_set_command/TestWatchLocationWithWatchSet.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/functionalities/watchpoint/watchpoint_set_command/TestWatchLocationWithWatchSet.py b/lldb/test/functionalities/watchpoint/watchpoint_set_command/TestWatchLocationWithWatchSet.py index cdfd435b2ad..7763e78f39a 100644 --- a/lldb/test/functionalities/watchpoint/watchpoint_set_command/TestWatchLocationWithWatchSet.py +++ b/lldb/test/functionalities/watchpoint/watchpoint_set_command/TestWatchLocationWithWatchSet.py @@ -2,6 +2,8 @@ Test lldb watchpoint that uses 'watchpoint set -w write -s size' to watch a pointed location with size. """ +from __future__ import print_function + import lldb_shared import os, time |