From f4fa1ef6e6ccd9264db61c6400528158e5913bda Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Fri, 26 Sep 2014 23:20:01 +0200 Subject: Imported Upstream version 1.3.2 --- misc/cgo/test/cgo_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'misc/cgo/test/cgo_test.go') 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) } -- cgit v1.2.3