1
0
mirror of https://github.com/golang/go synced 2024-11-23 06:10:05 -07:00

misc/cgo/errors: update ptr.go comment

Accidentally omitted from submit of CL 53352.

Updates #21306

Change-Id: I022d89c6417fe9371856d49b646eb6294b91657c
Reviewed-on: https://go-review.googlesource.com/53415
Reviewed-by: Austin Clements <austin@google.com>
Reviewed-by: Avelino <t@avelino.xxx>
This commit is contained in:
Ian Lance Taylor 2017-08-05 11:07:06 -07:00
parent c4e29bbd38
commit 4fa2674aa7

View File

@ -344,7 +344,7 @@ var ptrTests = []ptrTest{
fail: false,
},
{
// Issue #21306.
// Test preemption while entering a cgo call. Issue #21306.
name: "preempt-during-call",
c: `void f() {}`,
imports: []string{"runtime", "sync"},