diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/testid/TestTestId.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/testid/TestTestId.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/testid/TestTestId.py b/lldb/packages/Python/lldbsuite/test/functionalities/testid/TestTestId.py index a594ad2c9e4..b3d331773f8 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/testid/TestTestId.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/testid/TestTestId.py @@ -3,7 +3,6 @@ Add a test to verify our test instance returns something non-None for an id(). Other parts of the test running infrastructure are counting on this. """ -from __future__ import print_function from lldbsuite.test.lldbtest import TestBase class TestIdTestCase(TestBase): |