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