diff options
Diffstat (limited to 'test/arch/mep/ir/test_datacache.py')
| -rw-r--r-- | test/arch/mep/ir/test_datacache.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/arch/mep/ir/test_datacache.py b/test/arch/mep/ir/test_datacache.py index a462315d..7d92f9c7 100644 --- a/test/arch/mep/ir/test_datacache.py +++ b/test/arch/mep/ir/test_datacache.py @@ -4,7 +4,7 @@ from ut_helpers_ir import exec_instruction -class TestDataCache: +class TestDataCache(object): def test_cache(self): """Test CACHE execution""" |