Commit 9bfe9dfd authored by Alex Brainman's avatar Alex Brainman

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
parent 984b4e38
...@@ -57,6 +57,5 @@ func initMimeForTests() map[string]string { ...@@ -57,6 +57,5 @@ func initMimeForTests() map[string]string {
return map[string]string{ return map[string]string{
".bmp": "image/bmp", ".bmp": "image/bmp",
".png": "image/png", ".png": "image/png",
".wav": "audio/wav",
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment