Browse Source

fix broken test

Darien Raymond 6 years ago
parent
commit
5530ead381
1 changed files with 0 additions and 1 deletions
  1. 0 1
      proxy/socks/protocol_test.go

+ 0 - 1
proxy/socks/protocol_test.go

@@ -9,7 +9,6 @@ import (
 	"v2ray.com/core/common"
 	"v2ray.com/core/common"
 	"v2ray.com/core/common/buf"
 	"v2ray.com/core/common/buf"
 	"v2ray.com/core/common/net"
 	"v2ray.com/core/common/net"
-	_ "v2ray.com/core/common/net/testing"
 	"v2ray.com/core/common/protocol"
 	"v2ray.com/core/common/protocol"
 	. "v2ray.com/core/proxy/socks"
 	. "v2ray.com/core/proxy/socks"
 )
 )