Skip to content

Commit

Permalink
chore: revert multi_test changes
Browse files Browse the repository at this point in the history
Signed-off-by: Norman <[email protected]>
  • Loading branch information
Norman authored and Norman committed Dec 25, 2024
1 parent 8c7959a commit 57a2d6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gnovm/stdlibs/math/bits/bits_errors.gno
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ import (
)

var overflowError = errors.New("math/bits: integer overflow")

var divideError = errors.New("math/bits: integer divide by zero")

0 comments on commit 57a2d6b

Please sign in to comment.