testing.common.Errorf (method)

6 uses

	testing (current package)
		benchmark.go#L198: 		b.Errorf("race detected during execution of benchmark")
		testing.go#L801: func (c *common) Errorf(format string, args ...interface{}) {
		testing.go#L948: 					c.Errorf("TempDir RemoveAll cleanup: %v", err)
		testing.go#L1092: 			t.Errorf("race detected during execution of test")
		testing.go#L1103: 					t.Errorf("%v: subtest may have called FailNow on a parent test", err)

	golang.org/x/pkgsite/internal/testing/testhelper
		testhelper.go#L155: 			t.Errorf("%s: mismatch (-want, +got):\n%s", filename, diff)