diff options
Diffstat (limited to 'lldb/test/functionalities/watchpoint/hello_watchpoint/TestMyFirstWatchpoint.py')
-rw-r--r-- | lldb/test/functionalities/watchpoint/hello_watchpoint/TestMyFirstWatchpoint.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/functionalities/watchpoint/hello_watchpoint/TestMyFirstWatchpoint.py b/lldb/test/functionalities/watchpoint/hello_watchpoint/TestMyFirstWatchpoint.py index ee92815f77a..cfdcd727d2c 100644 --- a/lldb/test/functionalities/watchpoint/hello_watchpoint/TestMyFirstWatchpoint.py +++ b/lldb/test/functionalities/watchpoint/hello_watchpoint/TestMyFirstWatchpoint.py @@ -2,6 +2,8 @@ Test my first lldb watchpoint. """ +from __future__ import print_function + import lldb_shared import os, time |