blob: 1b9fd75090eb079f9364956c77d1b195668d9ef3 [file] [log] [blame]
package test
// HelperT is a subset of testing.T that implements the Helper function
type HelperT interface {
Helper()
}