1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/ethutil/main_test.go
2014-11-11 19:05:23 +01:00

8 lines
117 B
Go

package ethutil
import (
checker "gopkg.in/check.v1"
"testing"
)
func Test(t *testing.T) { checker.TestingT(t) }