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