diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/target/stop-hooks/TestStopHooks.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/commands/target/stop-hooks/TestStopHooks.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/commands/target/stop-hooks/TestStopHooks.py b/lldb/packages/Python/lldbsuite/test/commands/target/stop-hooks/TestStopHooks.py index b8f04915563..497f99f7dd9 100644 --- a/lldb/packages/Python/lldbsuite/test/commands/target/stop-hooks/TestStopHooks.py +++ b/lldb/packages/Python/lldbsuite/test/commands/target/stop-hooks/TestStopHooks.py @@ -2,7 +2,6 @@ Test that stop hooks trigger on "step-out" """ -from __future__ import print_function import lldb |