Skip to content

Commit

Permalink
Add unsigned div rem integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
entropidelic committed Sep 19, 2023
1 parent be0f705 commit c17e91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/vm/cairo_run/cairo_run_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ func TestSqrtHint(t *testing.T) {

func TestUnsignedDivRemHint(t *testing.T) {
cairoRunConfig := cairo_run.CairoRunConfig{DisableTracePadding: false, Layout: "all_cairo", ProofMode: false}
_, err := cairo_run.CairoRun("../../../cairo_programs/sqrt.json", cairoRunConfig)
_, err := cairo_run.CairoRun("../../../cairo_programs/unsigned_div_rem.json", cairoRunConfig)
if err != nil {
t.Errorf("Program execution failed with error: %s", err)
}
Expand Down

0 comments on commit c17e91e

Please sign in to comment.