Home | History | Annotate | Download | only in testing

Lines Matching full:callers

337 	// and runtime.Callers itself.
338 n := runtime.Callers(skip+2, pc[:])
340 panic("testing: zero callers found")
658 n := runtime.Callers(skip+2, pc[:]) // skip + runtime.Callers + callerName
660 panic("testing: zero callers found")