aboutsummaryrefslogtreecommitdiffstats
path: root/trie/trie_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'trie/trie_test.go')
-rw-r--r--trie/trie_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/trie/trie_test.go b/trie/trie_test.go
index 25eb1742f..207d41f30 100644
--- a/trie/trie_test.go
+++ b/trie/trie_test.go
@@ -1,12 +1,14 @@
package trie
import (
+ "bytes"
"encoding/hex"
"encoding/json"
"fmt"
"io/ioutil"
"math/rand"
"net/http"
+ "testing"
"time"
checker "gopkg.in/check.v1"