diff options
Diffstat (limited to 'test/arch/mep/jit/test_jit_repeat.py')
| -rw-r--r-- | test/arch/mep/jit/test_jit_repeat.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/arch/mep/jit/test_jit_repeat.py b/test/arch/mep/jit/test_jit_repeat.py index 9fa64fa5..eaac1a1d 100644 --- a/test/arch/mep/jit/test_jit_repeat.py +++ b/test/arch/mep/jit/test_jit_repeat.py @@ -4,7 +4,7 @@ from ut_helpers_jit import jit_instructions -class TestRepeat: +class TestRepeat(object): def test_repeat(self): """Test REPEAT jit""" |