We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ed2b81 commit 44b90b2Copy full SHA for 44b90b2
1 file changed
src/testing/testing.go
@@ -509,6 +509,7 @@ func (c *common) frameSkip(skip int) runtime.Frame {
509
}
510
return prevFrame
511
512
+ // If more helper PCs have been added since we last did the conversion
513
if c.helperNames == nil {
514
c.helperNames = make(map[string]struct{})
515
for pc := range c.helperPCs {
0 commit comments