Skip to content

Commit

Permalink
chore: fix test compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
ggiraldez committed Dec 19, 2023
1 parent a1bad3f commit cbda305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/debugger/src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ mod tests {
bytecode: vec![BrilligOpcode::Stop, BrilligOpcode::Stop, BrilligOpcode::Stop],
predicate: None,
}),
Opcode::Arithmetic(Expression::default()),
Opcode::AssertZero(Expression::default()),
];
let circuit = Circuit { opcodes, ..Circuit::default() };
let debug_artifact =
Expand Down

0 comments on commit cbda305

Please sign in to comment.