Blob Blame History Raw
Index: go/src/pkg/time/format_test.go
===================================================================
--- go.orig/src/pkg/time/format_test.go
+++ go/src/pkg/time/format_test.go
@@ -183,7 +183,7 @@ func TestParse(t *testing.T) {
 	}
 }
 
-func TestParseInSydney(t *testing.T) {
+func testParseInSydney(t *testing.T) {
 	loc, err := LoadLocation("Australia/Sydney")
 	if err != nil {
 		t.Fatal(err)