Searched refs:testStackWrapperPanic (Results 1 – 1 of 1) sorted by relevance
727 testStackWrapperPanic(t, func() { I.M(nil) }, "runtime_test.I.M")732 testStackWrapperPanic(t, func() { wrapper(nil) }, "runtime_test.(*structWithMethod).nop")736 func testStackWrapperPanic(t *testing.T, cb func(), expect string) { func