diff options
Diffstat (limited to 'src/pkg/reflect/all_test.go')
-rw-r--r-- | src/pkg/reflect/all_test.go | 2 |
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() }) }{}, |