From: Jacob Lifshay Date: Thu, 29 Sep 2022 02:29:20 +0000 (-0700) Subject: remove unnecesary commented code X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b224843fa49657c6a11a08a8c8625efcb438c224;p=openpower-isa.git remove unnecesary commented code --- diff --git a/src/openpower/decoder/isa/test_caller_prefix_codes.py b/src/openpower/decoder/isa/test_caller_prefix_codes.py index 9ed9daf8..732df41c 100644 --- a/src/openpower/decoder/isa/test_caller_prefix_codes.py +++ b/src/openpower/decoder/isa/test_caller_prefix_codes.py @@ -8,9 +8,6 @@ from openpower.test.prefix_codes.prefix_codes_cases import PrefixCodesCases # writing the test_caller invocation this way makes it work with pytest -# FIXME: fails because ISACaller can't currently handle writing to -# both RT and RS -#@unittest.expectedFailure class TestPrefixCodes(TestRunnerBase): def __init__(self, test): assert test == 'test'