Skip to content

Commit 74d9d7c

Browse files
committed
Fix memory holes
1 parent 4fb4b0b commit 74d9d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm/src/tests/cairo_run_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ fn dict_update() {
335335
#[cfg_attr(target_arch = "wasm32", wasm_bindgen_test)]
336336
fn uint256() {
337337
let program_data = include_bytes!("../../../cairo_programs/uint256.json");
338-
run_program_simple_with_memory_holes(program_data.as_slice(), 3534);
338+
run_program_simple_with_memory_holes(program_data.as_slice(), 3554);
339339
}
340340

341341
#[test]

0 commit comments

Comments
 (0)