X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fopenpower%2Fdecoder%2Fisa%2Ftest_caller_svp64_utf_8_validation.py;h=9c0ac839074511056fdd41ddb024a357e2241e6c;hb=cfe52d155b20103efdcd6c1c08c64d23e8b8bb4d;hp=7234a57794cb56719ffc350c8615e7f32e4bd8dd;hpb=918f3eadf7118a6ecd0e2eb6caaaed9da6936299;p=openpower-isa.git diff --git a/src/openpower/decoder/isa/test_caller_svp64_utf_8_validation.py b/src/openpower/decoder/isa/test_caller_svp64_utf_8_validation.py index 7234a577..9c0ac839 100644 --- a/src/openpower/decoder/isa/test_caller_svp64_utf_8_validation.py +++ b/src/openpower/decoder/isa/test_caller_svp64_utf_8_validation.py @@ -10,7 +10,7 @@ from functools import lru_cache # writing the test_caller invocation this way makes it work with pytest -@lru_cache +@lru_cache() def make_cases(): # cache globally, so we only have to create test_data once per process return SVP64UTF8ValidationTestCase().test_data