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