remove unnecesary commented code
authorJacob Lifshay <programmerjake@gmail.com>
Thu, 29 Sep 2022 02:29:20 +0000 (19:29 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Thu, 29 Sep 2022 02:49:38 +0000 (19:49 -0700)
src/openpower/decoder/isa/test_caller_prefix_codes.py

index 9ed9daf89b82469f58f37238a6f4751faada6408..732df41c616b5ccb0e4d70b2664fcfc59acee69b 100644 (file)
@@ -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'