aboutsummaryrefslogtreecommitdiff
path: root/misc/cgo/test/callback.go
diff options
context:
space:
mode:
authorKeith Randall <khr@golang.org>2013-08-05 17:53:08 -0700
committerKeith Randall <khr@golang.org>2013-08-05 17:53:08 -0700
commit034d5fcc30ff97350d16df65d403cfcc8ac5d22b (patch)
tree5138a5c8d5c631ad9bc924c38cac6b38da24e508 /misc/cgo/test/callback.go
parentb1c453181358192a7cac91ae9a28534ea940faae (diff)
downloadgo-034d5fcc30ff97350d16df65d403cfcc8ac5d22b.tar.xz
runtime: Use old reflect.call implementation from cgo.
Basically a partial rollback of 12053043 until I can figure out what is really going on. Fixes bug 6051. R=golang-dev CC=golang-dev https://golang.org/cl/12496043
Diffstat (limited to 'misc/cgo/test/callback.go')
-rw-r--r--misc/cgo/test/callback.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/cgo/test/callback.go b/misc/cgo/test/callback.go
index 467edfbae5..838105155a 100644
--- a/misc/cgo/test/callback.go
+++ b/misc/cgo/test/callback.go
@@ -151,7 +151,6 @@ func testCallbackCallers(t *testing.T) {
n := 0
name := []string{
"test.goCallback",
- "runtime.call16",
"runtime.cgocallbackg1",
"runtime.cgocallbackg",
"runtime.cgocallback_gofunc",