Skip to content

Commit

Permalink
Fix conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoletta committed Jan 11, 2024
1 parent 912bda9 commit ebc249e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cairo-vm-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ mod tests {

args.push("../cairo_programs/proof_programs/fibonacci.json".to_string());
if air_public_input && !proof_mode
|| air_private_input && !proof_mode && !trace_file && !memory_file
|| (air_private_input && (!proof_mode || !trace_file || !memory_file))
{
assert_matches!(run(args.into_iter()), Err(_));
} else {
Expand Down

0 comments on commit ebc249e

Please sign in to comment.