Home
last modified time | relevance | path

Searched refs:testStackWrapperPanic (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dstack_test.go727 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