mirror of https://github.com/ethereum/go-ethereum
parent
cd94b5ffb3
commit
d9ccbf04db
@ -0,0 +1,8 @@ |
|||||||
|
package ethutil |
||||||
|
|
||||||
|
import ( |
||||||
|
checker "gopkg.in/check.v1" |
||||||
|
"testing" |
||||||
|
) |
||||||
|
|
||||||
|
func Test(t *testing.T) { checker.TestingT(t) } |
Loading…
Reference in new issue