1
0
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:
Alex Brainman 2013-02-15 16:55:51 +11:00
parent f9dbbdb1d3
commit d844001601

View File

@ -58,7 +58,6 @@ func initMime() {
func initMimeForTests() map[string]string {
return map[string]string{
".wav": "audio/wav",
".png": "image/png",
}
}