plugeth/state/main_test.go

9 lines
115 B
Go
Raw Normal View History

2014-11-12 21:02:39 +00:00
package state
import (
checker "gopkg.in/check.v1"
"testing"
)
func Test(t *testing.T) { checker.TestingT(t) }