1
0
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:
Alex Brainman 2011-11-18 13:24:17 +11:00
parent 984b4e381d
commit 9bfe9dfde7

View File

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