Commit 4fa2674a authored by Ian Lance Taylor's avatar Ian Lance Taylor

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/53415Reviewed-by: 's avatarAustin Clements <austin@google.com>
Reviewed-by: 's avatarAvelino <t@avelino.xxx>
parent c4e29bbd
......@@ -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"},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment