Commit d8440016 authored by Alex Brainman's avatar Alex Brainman

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
parent f9dbbdb1
......@@ -58,7 +58,6 @@ func initMime() {
func initMimeForTests() map[string]string {
return map[string]string{
".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