mirror of
https://github.com/golang/go
synced 2024-11-19 17:54:48 -07:00
mime: remove ".wav" from tests (to fix build)
It looks like not all computers have mime type for .wav extension. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5415045
This commit is contained in:
parent
984b4e381d
commit
9bfe9dfde7
@ -57,6 +57,5 @@ func initMimeForTests() map[string]string {
|
||||
return map[string]string{
|
||||
".bmp": "image/bmp",
|
||||
".png": "image/png",
|
||||
".wav": "audio/wav",
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user