Commit 00878e5b authored by Taylor Gerring's avatar Taylor Gerring

Convert trie tests to gocheck

parent 1d866b5e
package trie
import (
checker "gopkg.in/check.v1"
"testing"
)
func Test(t *testing.T) { checker.TestingT(t) }
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment