aboutsummaryrefslogtreecommitdiff
path: root/src/time/format_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/time/format_test.go')
-rw-r--r--src/time/format_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/time/format_test.go b/src/time/format_test.go
index c08ff87d10..34990cdbc3 100644
--- a/src/time/format_test.go
+++ b/src/time/format_test.go
@@ -119,7 +119,7 @@ var formatTests = []FormatTest{
}
func TestFormat(t *testing.T) {
- // The numeric time represents Thu Feb 4 21:00:57.012345600 PST 2010
+ // The numeric time represents Thu Feb 4 21:00:57.012345600 PST 2009
time := Unix(0, 1233810057012345600)
for _, test := range formatTests {
result := time.Format(test.format)