diff options
| author | David Spickett <david.spickett@linaro.org> | 2022-08-12 10:56:09 +0000 |
|---|---|---|
| committer | David Spickett <david.spickett@linaro.org> | 2022-08-15 08:54:06 +0000 |
| commit | 193259cbcec77add8e189c4dedeefb15fef50d5e (patch) | |
| tree | 7192931404f14a26907799b2b561643f9f97dcb2 /lldb/test/API/functionalities/plugins/python_os_plugin | |
| parent | df4878d28d38b2bf2eb8d50d9cdef93ab79a38d5 (diff) | |
[LLDB] Remove __future__ imports from tests
Not needed now that we require python 3.
Reviewed By: kastiglione, JDevlieghere
Differential Revision: https://reviews.llvm.org/D131761
Diffstat (limited to 'lldb/test/API/functionalities/plugins/python_os_plugin')
| -rw-r--r-- | lldb/test/API/functionalities/plugins/python_os_plugin/stepping_plugin_threads/TestOSPluginStepping.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/test/API/functionalities/plugins/python_os_plugin/stepping_plugin_threads/TestOSPluginStepping.py b/lldb/test/API/functionalities/plugins/python_os_plugin/stepping_plugin_threads/TestOSPluginStepping.py index a04bf3b627b0..45914e408f8d 100644 --- a/lldb/test/API/functionalities/plugins/python_os_plugin/stepping_plugin_threads/TestOSPluginStepping.py +++ b/lldb/test/API/functionalities/plugins/python_os_plugin/stepping_plugin_threads/TestOSPluginStepping.py @@ -3,9 +3,6 @@ Test that stepping works even when the OS Plugin doesn't report all threads at every stop. """ -from __future__ import print_function - - import os import lldb from lldbsuite.test.decorators import * |
