diff options
Diffstat (limited to 'test/arch/mep/asm/test_major_opcode_10.py')
| -rw-r--r-- | test/arch/mep/asm/test_major_opcode_10.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/arch/mep/asm/test_major_opcode_10.py b/test/arch/mep/asm/test_major_opcode_10.py index f1089c61..e10992c8 100644 --- a/test/arch/mep/asm/test_major_opcode_10.py +++ b/test/arch/mep/asm/test_major_opcode_10.py @@ -4,7 +4,7 @@ from ut_helpers_asm import check_instruction -class TestMajor10: +class TestMajor10(object): def test_BEQZ(self): """Test the BEQZ instruction""" |