Commit ce2b81bf by Uros Bizjak

Revert unwanted commit.

From-SVN: r206201
parent 74924838
...@@ -147,7 +147,7 @@ func TestSelfConnect(t *testing.T) { ...@@ -147,7 +147,7 @@ func TestSelfConnect(t *testing.T) {
n = 100 n = 100
} }
for i := 0; i < n; i++ { for i := 0; i < n; i++ {
c, err := DialTimeout("tcp", addr, time.Millisecond) c, err := Dial("tcp", addr)
if err == nil { if err == nil {
c.Close() c.Close()
t.Errorf("#%d: Dial %q succeeded", i, addr) t.Errorf("#%d: Dial %q succeeded", i, addr)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment