That way, those lines won't be reported in the failure. Signed-off-by: Vincent Demeester <vincent@sbr.pm> Upstream-commit: cb8db44395df70fa3044d2a9683d6d24438cfa74 Component: engine
7 lines
123 B
Go
7 lines
123 B
Go
package test
|
|
|
|
// HelperT is a subset of testing.T that implements the Helper function
|
|
type HelperT interface {
|
|
Helper()
|
|
}
|