forked from mirror/go-ethereum
parent
a1d62abca4
commit
48a3f0986c
@ -0,0 +1,9 @@ |
||||
package ethutil |
||||
|
||||
import ( |
||||
"testing" |
||||
) |
||||
|
||||
func TestRandomUint64(t *testing.T) { |
||||
RandomUint64() |
||||
} |
Loading…
Reference in new issue