From 02bbb30efea4980c9d133947cbbf69fb599071ad Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Mon, 25 Feb 2019 11:09:54 +0100 Subject: Support python2/python3 --- test/arch/mep/ir/test_bitmanipulation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/arch/mep/ir/test_bitmanipulation.py') diff --git a/test/arch/mep/ir/test_bitmanipulation.py b/test/arch/mep/ir/test_bitmanipulation.py index 06466f9d..f4ea2f29 100644 --- a/test/arch/mep/ir/test_bitmanipulation.py +++ b/test/arch/mep/ir/test_bitmanipulation.py @@ -6,7 +6,7 @@ from ut_helpers_ir import exec_instruction from miasm2.expression.expression import ExprId, ExprInt, ExprMem -class TestBitManipulation: +class TestBitManipulation(object): def test_bsetm(self): """Test BSETM execution""" -- cgit 1.4.1