mirror of
https://github.com/intel/llvm.git
synced 2026-02-05 22:17:23 +08:00
[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:
@@ -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 *
|
||||
|
||||
@@ -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 *
|
||||
|
||||
@@ -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 *
|
||||
|
||||
Reference in New Issue
Block a user