Skip to content

Commit

Permalink
fix uint256_div_mod entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Fontana authored and Pedro Fontana committed Feb 10, 2024
1 parent 8592b93 commit e6bd158
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(),
102,
104,
&[36_usize.into(), 2_usize.into()],
&[Felt252::from(18_usize)],
);
Expand Down

0 comments on commit e6bd158

Please sign in to comment.