diff options
Diffstat (limited to 'test/arch/mep/asm/test_major_opcode_8.py')
| -rw-r--r-- | test/arch/mep/asm/test_major_opcode_8.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/arch/mep/asm/test_major_opcode_8.py b/test/arch/mep/asm/test_major_opcode_8.py index 7f15f9e8..900cf004 100644 --- a/test/arch/mep/asm/test_major_opcode_8.py +++ b/test/arch/mep/asm/test_major_opcode_8.py @@ -4,7 +4,7 @@ from ut_helpers_asm import check_instruction -class TestMajor8: +class TestMajor8(object): def test_SB(self): """Test the SB instruction""" |