From 51d0b12ba7c14edc1470a1e38139a90ca75c06ae Mon Sep 17 00:00:00 2001 From: Piotr Wegrzyn Date: Thu, 29 Feb 2024 13:44:32 +0100 Subject: [PATCH] Fix uniq test --- test/frontend/test_instr_decoder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/frontend/test_instr_decoder.py b/test/frontend/test_instr_decoder.py index f843bc4f6..4c0a0b4b6 100644 --- a/test/frontend/test_instr_decoder.py +++ b/test/frontend/test_instr_decoder.py @@ -365,7 +365,7 @@ def test_decoded_distinguishable(self): Encoding(Opcode.OP_IMM, Funct3.BSET, Funct7.BSET), Encoding(Opcode.OP_IMM, Funct3.BINV, Funct7.BINV), }, - OpType.BIT_MANIPULATION: { + OpType.BIT_ROTATION: { Encoding(Opcode.OP_IMM, Funct3.ROR, Funct7.ROR), }, }