From b224843fa49657c6a11a08a8c8625efcb438c224 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Wed, 28 Sep 2022 19:29:20 -0700 Subject: [PATCH] remove unnecesary commented code --- src/openpower/decoder/isa/test_caller_prefix_codes.py | 3 --- 1 file changed, 3 deletions(-) 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' -- 2.30.2