[Lldb-commits] [lldb] r370645 - [lldb][NFC] Remove unused imports from TestIntegerTypesExpr.py
Raphael Isemann via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 2 04:58:03 PDT 2019
Author: teemperor
Date: Mon Sep 2 04:58:03 2019
New Revision: 370645
URL: http://llvm.org/viewvc/llvm-project?rev=370645&view=rev
Log:
[lldb][NFC] Remove unused imports from TestIntegerTypesExpr.py
Modified:
lldb/trunk/packages/Python/lldbsuite/test/types/TestIntegerTypesExpr.py
Modified: lldb/trunk/packages/Python/lldbsuite/test/types/TestIntegerTypesExpr.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/types/TestIntegerTypesExpr.py?rev=370645&r1=370644&r2=370645&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/types/TestIntegerTypesExpr.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/types/TestIntegerTypesExpr.py Mon Sep 2 04:58:03 2019
@@ -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):
More information about the lldb-commits
mailing list