diff options
Diffstat (limited to 'test/arch/mep/ir/test_debug.py')
| -rw-r--r-- | test/arch/mep/ir/test_debug.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/arch/mep/ir/test_debug.py b/test/arch/mep/ir/test_debug.py index 53f4064d..b25e3a19 100644 --- a/test/arch/mep/ir/test_debug.py +++ b/test/arch/mep/ir/test_debug.py @@ -6,7 +6,7 @@ from ut_helpers_ir import exec_instruction from miasm2.expression.expression import ExprId, ExprInt, ExprCond, ExprOp -class TestDebug: +class TestDebug(object): def test_dret(self): """Test DRET execution""" |