Skip to content

Commit

Permalink
review: use new test framework
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Aug 23, 2022
1 parent 0a47421 commit 3963203
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/testdata/reassign.go
Expand Up @@ -8,6 +8,6 @@ import (
)

func breakIO() {
http.DefaultClient = nil // ERROR `reassigning variable DefaultClient in other package http`
io.EOF = nil // ERROR `reassigning variable EOF in other package io`
http.DefaultClient = nil // want `reassigning variable DefaultClient in other package http`
io.EOF = nil // want `reassigning variable EOF in other package io`
}

0 comments on commit 3963203

Please sign in to comment.