[lldb][NFC] Remove unused imports from TestIntegerTypesExpr.py

llvm-svn: 370645
This commit is contained in:
Raphael Isemann 2019-09-02 11:58:03 +00:00
parent 1da33fd4ef
commit 65d386eac5
1 changed files with 0 additions and 7 deletions

View File

@ -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):