summaryrefslogtreecommitdiff
path: root/src/pkg/reflect/all_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/reflect/all_test.go')
-rw-r--r--src/pkg/reflect/all_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/reflect/all_test.go b/src/pkg/reflect/all_test.go
index 221ca06df..67bfe9eaf 100644
--- a/src/pkg/reflect/all_test.go
+++ b/src/pkg/reflect/all_test.go
@@ -146,7 +146,7 @@ var typeTests = []pair{
},
pair{struct {
x (interface {
- a(func(func(int) int) (func(func(int)) int))
+ a(func(func(int) int) func(func(int)) int)
b()
})
}{},