]> Cypherpunks repositories - gostls13.git/commit
cmd/go: add t.Helper calls to test helpers
authorRuss Cox <rsc@golang.org>
Mon, 17 Jul 2017 14:30:40 +0000 (10:30 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 18 Aug 2017 14:26:09 +0000 (14:26 +0000)
commitdca29095beb91b77f8dd41bf51e3771fdd814db0
treeced0070f08434e904a6f8beebf9f6521f4e92b23
parent2bc2b1031483330cbe9620ca819fa45b014686d3
cmd/go: add t.Helper calls to test helpers

Now that we have t.Helper, might as well use it to make the
reported failure lines more helpful.

Change-Id: I2a0c64e9ca7bdc0eaf2b62f9f855c41467767084
Reviewed-on: https://go-review.googlesource.com/56274
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Dave Cheney <dave@cheney.net>
src/cmd/go/go_test.go