summaryrefslogtreecommitdiff
path: root/libgo/go/mime/type_unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/mime/type_unix.go')
-rw-r--r--libgo/go/mime/type_unix.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgo/go/mime/type_unix.go b/libgo/go/mime/type_unix.go
index 713e301cdf..3e404cf742 100644
--- a/libgo/go/mime/type_unix.go
+++ b/libgo/go/mime/type_unix.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// +build darwin dragonfly freebsd linux netbsd openbsd
+// +build darwin dragonfly freebsd linux nacl netbsd openbsd solaris
package mime
@@ -53,7 +53,7 @@ func initMime() {
func initMimeForTests() map[string]string {
typeFiles = []string{"testdata/test.types"}
return map[string]string{
- ".t1": "application/test",
+ ".T1": "application/test",
".t2": "text/test; charset=utf-8",
".png": "image/png",
}