Skip to content

Commit

Permalink
Revert "restore vm/src/tests/cairo_1_run_from_entrypoint_tests.rs"
Browse files Browse the repository at this point in the history
This reverts commit 4212f1e.
  • Loading branch information
Pedro Fontana authored and Pedro Fontana committed Feb 9, 2024
1 parent 2942f6d commit 8592b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/src/tests/cairo_1_run_from_entrypoint_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fn test_uint256_div_mod_hint() {

run_cairo_1_entrypoint(
program_data.as_slice(),
104,
102,
&[36_usize.into(), 2_usize.into()],
&[Felt252::from(18_usize)],
);
Expand Down

0 comments on commit 8592b93

Please sign in to comment.