Commit c913cb8b authored by David Symonds's avatar David Symonds

reflect: rename new TestVariadic to TestVariadicType.

R=nigeltao
CC=golang-dev
https://golang.org/cl/4825050
parent fc1cf588
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment