forked from OSchip/llvm-project
[lldb][NFC] Remove unused imports from TestIntegerTypesExpr.py
llvm-svn: 370645
This commit is contained in:
parent
1da33fd4ef
commit
65d386eac5
|
@ -2,16 +2,9 @@
|
|||
Test that variable expressions of integer basic types are evaluated 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 IntegerTypesExprTestCase(AbstractBase.GenericTester):
|
||||
|
||||
|
|
Loading…
Reference in New Issue