Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mininny committed Dec 15, 2024
1 parent b9189bb commit b4d5cf6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rvsol/test/RISCV.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2386,7 +2386,8 @@ contract RISCV_Test is CommonTest {
(State memory state, bytes memory proof) = constructRISCVState(0, insn);
bytes memory encodedState = encodeState(state);
// Invalid memory proof
proof = hex"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000";
proof =
hex"000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000";

vm.expectRevert(hex"00000000000000000000000000000000000000000000000000000000badf00d1");
riscv.step(encodedState, proof, 0);
Expand Down

0 comments on commit b4d5cf6

Please sign in to comment.