diff options
Diffstat (limited to 'test/arch/mep/ir/test_control.py')
| -rw-r--r-- | test/arch/mep/ir/test_control.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/arch/mep/ir/test_control.py b/test/arch/mep/ir/test_control.py index a1b3c7c7..92dcb371 100644 --- a/test/arch/mep/ir/test_control.py +++ b/test/arch/mep/ir/test_control.py @@ -6,7 +6,7 @@ from ut_helpers_ir import exec_instruction from miasm2.expression.expression import ExprId, ExprInt, ExprCond, ExprOp -class TestControl: +class TestControl(object): def test_stc(self): """Test STC execution""" |