mirror of
https://github.com/golang/go
synced 2024-11-18 18:54:42 -07:00
go.tools/go/types: exclude broken test case (fix build)
TBR=adonovan TBR=adonovan R=adonovan CC=golang-codereviews https://golang.org/cl/86260043
This commit is contained in:
parent
7ef831a4e6
commit
8caaaf224f
@ -127,6 +127,7 @@ func TestStdFixed(t *testing.T) {
|
||||
"bug248.go", "bug302.go", "bug369.go", // complex test instructions - ignore
|
||||
"bug459.go", // likely incorrect test - see issue 6703 (pending spec clarification)
|
||||
"issue3924.go", // likely incorrect test - see issue 6671 (pending spec clarification)
|
||||
"issue6889.go", // incorrect test
|
||||
)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user