To be consistent with other tests.
Change-Id: Ibea1d3bf57a295f024e05173d17112ce46a4f0bc
Reviewed-on: https://go-review.googlesource.com/c/go/+/585895
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Damien Neil <dneil@google.com>
Auto-Submit: Damien Neil <dneil@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
type panicOnSeek struct{ io.ReadSeeker }
-func Test_scanETag(t *testing.T) {
+func TestScanETag(t *testing.T) {
tests := []struct {
in string
wantETag string
}
}
-func Test_Type_CanSeq(t *testing.T) {
+func TestType_CanSeq(t *testing.T) {
tests := []struct {
name string
tr reflect.Type
}
}
-func Test_Type_CanSeq2(t *testing.T) {
+func TestType_CanSeq2(t *testing.T) {
tests := []struct {
name string
tr reflect.Type