aboutsummaryrefslogtreecommitdiffstats
path: root/trie/main_test.go
blob: f131b83de8e6047bf649e96206950eb127d00656 (plain) (blame)
1
2
3
4
5
6
7
8
package trie

import (
    checker "gopkg.in/check.v1"
    "testing"
)

func Test(t *testing.T) { checker.TestingT(t) }