go-pulse/trie/main_test.go

9 lines
114 B
Go
Raw Normal View History

2014-11-12 20:43:25 +00:00
package trie
import (
checker "gopkg.in/check.v1"
"testing"
)
func Test(t *testing.T) { checker.TestingT(t) }