Skip to content

Commit

Permalink
Update new test from rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashtare committed Sep 6, 2023
1 parent e2ca182 commit ce47858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm/tests/log_opcode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ fn test_log_with_aggreg() -> anyhow::Result<()> {
// Preprocess all circuits.
let all_circuits = AllRecursiveCircuits::<F, C, D>::new(
&all_stark,
&[16..17, 17..19, 14..15, 9..11, 12..13, 20..21],
&[16..17, 17..19, 14..15, 9..11, 12..13, 19..21, 11..13],
&config,
);

Expand Down

0 comments on commit ce47858

Please sign in to comment.