Skip to content

Commit 3963203

Browse files
committed
review: use new test framework
1 parent 0a47421 commit 3963203

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/testdata/reassign.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ import (
88
)
99

1010
func breakIO() {
11-
http.DefaultClient = nil // ERROR `reassigning variable DefaultClient in other package http`
12-
io.EOF = nil // ERROR `reassigning variable EOF in other package io`
11+
http.DefaultClient = nil // want `reassigning variable DefaultClient in other package http`
12+
io.EOF = nil // want `reassigning variable EOF in other package io`
1313
}

0 commit comments

Comments
 (0)