test: another listen on ":0" -> "127.0.0.1:0"

R=r
CC=golang-dev
https://golang.org/cl/1664043
This commit is contained in:
Russ Cox 2010-06-21 16:34:55 -07:00
parent 4a61dbce4c
commit 8bd99ebff5
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import (
func main() {
os.Stdout.Close()
var listen, _ = net.Listen("tcp", ":0")
var listen, _ = net.Listen("tcp", "127.0.0.1:0")
go func() {
for {