diff options
Diffstat (limited to 'test/arch/mep/asm/test_major_opcode_1.py')
| -rw-r--r-- | test/arch/mep/asm/test_major_opcode_1.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/arch/mep/asm/test_major_opcode_1.py b/test/arch/mep/asm/test_major_opcode_1.py index c401bfd2..3a3c6538 100644 --- a/test/arch/mep/asm/test_major_opcode_1.py +++ b/test/arch/mep/asm/test_major_opcode_1.py @@ -4,7 +4,7 @@ from ut_helpers_asm import check_instruction -class TestMajor1: +class TestMajor1(object): def test_OR(self): """Test the OR instruction""" |