summaryrefslogtreecommitdiff
path: root/misc/cgo/test/issue7695_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'misc/cgo/test/issue7695_test.go')
-rw-r--r--misc/cgo/test/issue7695_test.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/cgo/test/issue7695_test.go b/misc/cgo/test/issue7695_test.go
index 4bd6f8e73..de2fc03d4 100644
--- a/misc/cgo/test/issue7695_test.go
+++ b/misc/cgo/test/issue7695_test.go
@@ -2,6 +2,9 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+// +build ignore
+// This test depends on running C code on Go stacks. Not allowed anymore.
+
// Demo of deferred C function with untrue prototype
// breaking stack copying. See golang.org/issue/7695.