plugeth/core/state/main_test.go
2015-03-23 16:59:09 +01:00

10 lines
116 B
Go

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