forked from OSchip/llvm-project
[lldb][NFC] Remove unused imports from TestIntegerTypes.py
llvm-svn: 370641
This commit is contained in:
parent
b06b14ba8c
commit
da496363bf
|
@ -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):
|
||||
|
||||
|
|
Loading…
Reference in New Issue