aboutsummaryrefslogtreecommitdiff
path: root/src/testing/synctest/synctest.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/synctest/synctest.go')
-rw-r--r--src/testing/synctest/synctest.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/synctest/synctest.go b/src/testing/synctest/synctest.go
index 0911519aab..ff88c3ec42 100644
--- a/src/testing/synctest/synctest.go
+++ b/src/testing/synctest/synctest.go
@@ -22,7 +22,7 @@
//
// func TestTime(t *testing.T) {
// synctest.Test(t, func(t *testing.T) {
-// start := time.Now() // always midnight UTC 2001-01-01
+// start := time.Now() // always midnight UTC 2000-01-01
// go func() {
// time.Sleep(1 * time.Second)
// t.Log(time.Since(start)) // always logs "1s"