const testing.recoverAndReturnPanic

5 uses

	testing (current package)
		testing.go#L971: 	recoverAndReturnPanic
		testing.go#L978: 	if ph == recoverAndReturnPanic {
		testing.go#L1128: 			if r := t.runCleanup(recoverAndReturnPanic); r != nil {
		testing.go#L1138: 				if r := root.parent.runCleanup(recoverAndReturnPanic); r != nil {
		testing.go#L1162: 			err := t.runCleanup(recoverAndReturnPanic)