Skip to content

Commit

Permalink
Fix memory holes
Browse files Browse the repository at this point in the history
  • Loading branch information
pefontana committed Jul 12, 2023
1 parent 4fb4b0b commit 74d9d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/src/tests/cairo_run_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ fn dict_update() {
#[cfg_attr(target_arch = "wasm32", wasm_bindgen_test)]
fn uint256() {
let program_data = include_bytes!("../../../cairo_programs/uint256.json");
run_program_simple_with_memory_holes(program_data.as_slice(), 3534);
run_program_simple_with_memory_holes(program_data.as_slice(), 3554);
}

#[test]
Expand Down

0 comments on commit 74d9d7c

Please sign in to comment.