[Lldb-commits] [lldb] r370641 - [lldb][NFC] Remove unused imports from TestIntegerTypes.py
Raphael Isemann via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 2 04:30:00 PDT 2019
Author: teemperor
Date: Mon Sep 2 04:30:00 2019
New Revision: 370641
URL: http://llvm.org/viewvc/llvm-project?rev=370641&view=rev
Log:
[lldb][NFC] Remove unused imports from TestIntegerTypes.py
Modified:
lldb/trunk/packages/Python/lldbsuite/test/types/TestIntegerTypes.py
Modified: lldb/trunk/packages/Python/lldbsuite/test/types/TestIntegerTypes.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/types/TestIntegerTypes.py?rev=370641&r1=370640&r2=370641&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/types/TestIntegerTypes.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/types/TestIntegerTypes.py Mon Sep 2 04:30:00 2019
@@ -2,15 +2,9 @@
Test that variables of integer basic types are displayed correctly.
"""
-from __future__ import print_function
-
import AbstractBase
-import lldb
from lldbsuite.test.decorators import *
-from lldbsuite.test.lldbtest import *
-from lldbsuite.test import lldbutil
-
class IntegerTypesTestCase(AbstractBase.GenericTester):
More information about the lldb-commits
mailing list