Skip to content

Commit 3edd1d8

Browse files
zxdvdbradfitz
authored andcommitted
time: fix comment in test
The commit de36d1 (CL 4635083) changed the test time from 2009 to 2010 but forgot to update the comment. Change-Id: Ia2928773dd184f168fddde126d0bb936de8cfc29 GitHub-Last-Rev: bf8eb57 GitHub-Pull-Request: #35930 Reviewed-on: https://go-review.googlesource.com/c/go/+/209517 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 8054b13 commit 3edd1d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/time/format_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ var formatTests = []FormatTest{
119119
}
120120

121121
func TestFormat(t *testing.T) {
122-
// The numeric time represents Thu Feb 4 21:00:57.012345600 PST 2010
122+
// The numeric time represents Thu Feb 4 21:00:57.012345600 PST 2009
123123
time := Unix(0, 1233810057012345600)
124124
for _, test := range formatTests {
125125
result := time.Format(test.format)

0 commit comments

Comments
 (0)