Commit f9dbbdb1 authored by Alex Brainman's avatar Alex Brainman

mime: use .wav instead of .bmp during windows tests

Some systems do not have .bmp mime.

Update #4723.

R=golang-dev, bradfitz, dave
CC=golang-dev
https://golang.org/cl/7326047
parent d71b3921
......@@ -58,7 +58,7 @@ func initMime() {
func initMimeForTests() map[string]string {
return map[string]string{
".bmp": "image/bmp",
".wav": "audio/wav",
".png": "image/png",
}
}
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