Remove no more used import in tests

Profiles can be generated directly by the go test command when run with
-*profile flags.
This commit is contained in:
Artyom Pervukhin
2017-12-13 13:05:05 +03:00
parent c600108e14
commit 5eec685c3d
-1
View File
@@ -7,7 +7,6 @@ import (
"io"
"math/rand"
"net"
_ "net/http/pprof"
"strings"
"sync"
"testing"