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 f9721f6b4..221ca06df 100644 --- a/src/pkg/reflect/all_test.go +++ b/src/pkg/reflect/all_test.go @@ -150,7 +150,7 @@ var typeTests = []pair{ b() }) }{}, - "interface { a (func(func(int) (int)) (func(func(int)) (int))); b () }", + "interface { a(func(func(int) int) func(func(int)) int); b() }", }, } |