]> Cypherpunks repositories - gostls13.git/commit
runtime: fix SegvInCgo skip check
authorMichael Pratt <mpratt@google.com>
Wed, 9 Mar 2022 22:08:37 +0000 (17:08 -0500)
committerMichael Pratt <mpratt@google.com>
Thu, 10 Mar 2022 16:06:29 +0000 (16:06 +0000)
commit1cf67709beb2d7e317cb6e6b983f3fc6304ebc1a
tree8c16597522bd98405781e5aab3484a0c8c007595
parent5a040c5a3678857f03e77822956c916e8274b2c3
runtime: fix SegvInCgo skip check

CL 390034 changed this throw message to add the goid, breaking the
match.

For #50979.

Change-Id: I52d97695484938701e5b7c269e2caf0c87d44d7a
Reviewed-on: https://go-review.googlesource.com/c/go/+/391139
Trust: Michael Pratt <mpratt@google.com>
Run-TryBot: Michael Pratt <mpratt@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
src/runtime/crash_cgo_test.go