summaryrefslogtreecommitdiff
path: root/misc/cgo/test/cgo_test.go
diff options
context:
space:
mode:
authorMichael Stapelberg <stapelberg@debian.org>2014-09-26 23:20:11 +0200
committerMichael Stapelberg <stapelberg@debian.org>2014-09-26 23:20:11 +0200
commit40fff9d31718d66485b576c0feeb439778d624e3 (patch)
treebfa3bec31e846655c0a527af8c20810b1e11bfd3 /misc/cgo/test/cgo_test.go
parent8907f7bcc6fd6be6a540717778b4f15bb24f6ecf (diff)
parentf4fa1ef6e6ccd9264db61c6400528158e5913bda (diff)
downloadgolang-40fff9d31718d66485b576c0feeb439778d624e3.tar.gz
Merge tag 'upstream/1.3.2' into debian-sid
Upstream version 1.3.2
Diffstat (limited to 'misc/cgo/test/cgo_test.go')
-rw-r--r--misc/cgo/test/cgo_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/cgo/test/cgo_test.go b/misc/cgo/test/cgo_test.go
index eb237725a..e2e5a2bc1 100644
--- a/misc/cgo/test/cgo_test.go
+++ b/misc/cgo/test/cgo_test.go
@@ -53,5 +53,6 @@ func Test5986(t *testing.T) { test5986(t) }
func Test7665(t *testing.T) { test7665(t) }
func TestNaming(t *testing.T) { testNaming(t) }
func Test7560(t *testing.T) { test7560(t) }
+func Test7978(t *testing.T) { test7978(t) }
func BenchmarkCgoCall(b *testing.B) { benchCgoCall(b) }