Skip to content

Commit

Permalink
Fix uint256_div_mod.cairo entrypoint (#1639)
Browse files Browse the repository at this point in the history
* Fix uint256_div_mod.cairo entrypoint

* Empty-Commit

---------

Co-authored-by: Pedro Fontana <[email protected]>
  • Loading branch information
pefontana and Pedro Fontana authored Feb 26, 2024
1 parent 3547089 commit bdcfb1f
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 bdcfb1f

Please sign in to comment.