aboutsummaryrefslogtreecommitdiffstats
path: root/trie/main_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'trie/main_test.go')
-rw-r--r--trie/main_test.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/trie/main_test.go b/trie/main_test.go
new file mode 100644
index 000000000..f131b83de
--- /dev/null
+++ b/trie/main_test.go
@@ -0,0 +1,8 @@
+package trie
+
+import (
+ checker "gopkg.in/check.v1"
+ "testing"
+)
+
+func Test(t *testing.T) { checker.TestingT(t) }