github.com/go-asm/go@v1.21.1-0.20240213172139-40c5ead50c48/cmd/test2json/testdata/panic.test (about) 1 --- FAIL: TestPanic (0.00s) 2 panic: oops [recovered] 3 panic: oops 4 5 goroutine 7 [running]: 6 testing.tRunner.func1(0xc000092100) 7 /go/src/testing/testing.go:874 +0x3a3 8 panic(0x1110ea0, 0x116aea0) 9 /go/src/runtime/panic.go:679 +0x1b2 10 command-line-arguments.TestPanic(0xc000092100) 11 a_test.go:6 +0x39 12 testing.tRunner(0xc000092100, 0x114f500) 13 go/src/testing/testing.go:909 +0xc9 14 created by testing.(*T).Run 15 go/src/testing/testing.go:960 +0x350 16 FAIL command-line-arguments 0.042s 17 FAIL