net: minor fixes to test

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5707058
This commit is contained in:
Mikio Hara 2012-02-29 12:34:05 +09:00
parent ee149d9a6b
commit ecdd9f2376
2 changed files with 6 additions and 6 deletions

View file

@ -186,7 +186,7 @@ var duplicateErrorPattern = `dial (.*) dial (.*)`
func TestDialError(t *testing.T) {
if !*runErrorTest {
t.Logf("test disabled; use --run_error_test to enable")
t.Logf("test disabled; use -run_error_test to enable")
return
}
for i, tt := range dialErrorTests {