diff --git a/lib/trie/trie_test.go b/lib/trie/trie_test.go index 5cbe93cf9b7..7c78e3afb28 100644 --- a/lib/trie/trie_test.go +++ b/lib/trie/trie_test.go @@ -4371,8 +4371,3 @@ func Benchmark_concatSlices(b *testing.B) { } }) } - -func TestA(t *testing.T) { - var ttrie *Trie = nil - _ = ttrie.Get([]byte{}) -}