diff --git a/src/pkg/reflect/all_test.go b/src/pkg/reflect/all_test.go index 15c69c1f069..257278e8f4f 100644 --- a/src/pkg/reflect/all_test.go +++ b/src/pkg/reflect/all_test.go @@ -1327,7 +1327,7 @@ func TestImportPath(t *testing.T) { } } -func TestVariadic(t *testing.T) { +func TestVariadicType(t *testing.T) { // Test example from Type documentation. var f func(x int, y ...float64) typ := TypeOf(f)