mirror of
https://github.com/golang/go
synced 2024-11-12 09:20:22 -07:00
mime: do not test for .wav on windows
Even builders don't have that mime type R=golang-dev, dave, rsc CC=golang-dev https://golang.org/cl/7314106
This commit is contained in:
parent
f9dbbdb1d3
commit
d844001601
@ -58,7 +58,6 @@ func initMime() {
|
||||
|
||||
func initMimeForTests() map[string]string {
|
||||
return map[string]string{
|
||||
".wav": "audio/wav",
|
||||
".png": "image/png",
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user