Skip to content

Commit

Permalink
fix rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
greged93 committed Nov 7, 2023
1 parent cc12cd2 commit ecb8eb4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/hintrunner/hint_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,10 @@ func TestUint256SquareRootHigh(t *testing.T) {
}

func TestUint256SquareRoot(t *testing.T) {
vm := defaultVirtualMachine()
vm.Context.Ap = 0
vm.Context.Fp = 0

var sqrt0 ApCellRef = 1
var sqrt1 ApCellRef = 2
var remainderLow ApCellRef = 3
Expand Down

0 comments on commit ecb8eb4

Please sign in to comment.