Skip to content

Commit

Permalink
remove testing import
Browse files Browse the repository at this point in the history
  • Loading branch information
thehowl committed Oct 12, 2023
1 parent 9462361 commit ad43409
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions gnovm/tests/files/float6.gno
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package main

import "testing"

const (
SmallestNonzeroFloat64 = 0x1p-1022 * 0x1p-52 // 4.9406564584124654417656879286822137236505980e-324
DividedByTwo = SmallestNonzeroFloat64 / 2
Expand Down
2 changes: 0 additions & 2 deletions gnovm/tests/files/float7.gno
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package main

import "testing"

const (
SmallestNonzeroFloat32 = 0x1p-126 * 0x1p-23 // 1.401298464324817070923729583289916131280e-45
DividedByTwo = SmallestNonzeroFloat32 / 2
Expand Down

0 comments on commit ad43409

Please sign in to comment.