[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
This commit is contained in:
David Spickett
2022-08-12 10:56:09 +00:00
parent df4878d28d
commit 193259cbce
130 changed files with 0 additions and 320 deletions

View File

@@ -2,9 +2,6 @@
Test utility functions for the frame object.
"""
from __future__ import print_function
import lldb
from lldbsuite.test.decorators import *
from lldbsuite.test.lldbtest import *

View File

@@ -2,9 +2,6 @@
Test the iteration protocol for some lldb container objects.
"""
from __future__ import print_function
import lldb
from lldbsuite.test.decorators import *
from lldbsuite.test.lldbtest import *

View File

@@ -2,9 +2,6 @@
Test the iteration protocol for frame registers.
"""
from __future__ import print_function
import lldb
from lldbsuite.test.decorators import *
from lldbsuite.test.lldbtest import *