diff options
Diffstat (limited to 'test/arch/mep/asm/test_major_opcode_14.py')
| -rw-r--r-- | test/arch/mep/asm/test_major_opcode_14.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/arch/mep/asm/test_major_opcode_14.py b/test/arch/mep/asm/test_major_opcode_14.py index 6ad3c757..9ec99550 100644 --- a/test/arch/mep/asm/test_major_opcode_14.py +++ b/test/arch/mep/asm/test_major_opcode_14.py @@ -4,7 +4,7 @@ from ut_helpers_asm import check_instruction -class TestMajor14: +class TestMajor14(object): def test_BEQI(self): """Test the BEQI instruction""" |