Skip to content

Commit

Permalink
Fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsc2 committed Sep 27, 2023
1 parent bb59e02 commit fa7a7a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/hints/ec_hint_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,9 @@ func TestRunComputeSlopeV2Ok(t *testing.T) {
NewMaybeRelocatableFelt(FeltFromUint64(1)),
NewMaybeRelocatableFelt(FeltFromUint64(7)),
NewMaybeRelocatableFelt(FeltFromUint64(465)),
}})
},
},
vm)

hintProcessor := CairoVmHintProcessor{}
hintData := any(HintData{
Expand Down

0 comments on commit fa7a7a0

Please sign in to comment.