]> Cypherpunks repositories - gostls13.git/commit
cmd/go: make TestBuildDashIInstallsDependencies not depend only on time
authorRuss Cox <rsc@golang.org>
Sun, 16 Jul 2017 18:32:19 +0000 (14:32 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 18 Aug 2017 14:25:57 +0000 (14:25 +0000)
commit2bc2b1031483330cbe9620ca819fa45b014686d3
tree7304aac777650950761db6d20198d91610cf1570
parentc6f3e98eb568a364eb77445a50e4dfbe95ba5058
cmd/go: make TestBuildDashIInstallsDependencies not depend only on time

When we make the go command pay attention to content
instead of time, we want this test to continue working.

Change-Id: Ib7d9d0d62bfe87810d71bdfc4f29561a8c70eccc
Reviewed-on: https://go-review.googlesource.com/56273
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/go_test.go