blob: d2bb0b81778858c364f4b3694c00cdd4c72b1c5b [file] [log] [blame]
Jonathan Hart4b110f62020-03-13 17:36:19 -07001{{.CommentFormat}}
2func {{.DocInfo.Name}}f(t TestingT, {{.ParamsFormat}}) bool {
3 if h, ok := t.(tHelper); ok { h.Helper() }
4 return {{.DocInfo.Name}}(t, {{.ForwardedParamsFormat}})
5}