aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/types/TestIntegerTypesExpr.py
diff options
context:
space:
mode:
Diffstat (limited to 'packages/Python/lldbsuite/test/types/TestIntegerTypesExpr.py')
-rw-r--r--packages/Python/lldbsuite/test/types/TestIntegerTypesExpr.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/Python/lldbsuite/test/types/TestIntegerTypesExpr.py b/packages/Python/lldbsuite/test/types/TestIntegerTypesExpr.py
index c6dda91ad13e..2c3edea7adac 100644
--- a/packages/Python/lldbsuite/test/types/TestIntegerTypesExpr.py
+++ b/packages/Python/lldbsuite/test/types/TestIntegerTypesExpr.py
@@ -5,11 +5,13 @@ Test that variable expressions of integer basic types are evaluated correctly.
from __future__ import print_function
-
import AbstractBase
-import lldb
import sys
+
+import lldb
+from lldbsuite.test.decorators import *
from lldbsuite.test.lldbtest import *
+from lldbsuite.test import lldbutil
class IntegerTypesExprTestCase(AbstractBase.GenericTester):