mirror of https://github.com/golang/go.git
mime: use .wav instead of .bmp during windows tests
Some systems do not have .bmp mime. Update #4723. R=golang-dev, bradfitz, dave CC=golang-dev https://golang.org/cl/7326047
This commit is contained in:
parent
d71b3921f7
commit
f9dbbdb1d3
|
|
@ -58,7 +58,7 @@ func initMime() {
|
|||
|
||||
func initMimeForTests() map[string]string {
|
||||
return map[string]string{
|
||||
".bmp": "image/bmp",
|
||||
".wav": "audio/wav",
|
||||
".png": "image/png",
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue