Descriptionreflect: add direct call tests to TestMakeFuncVariadic
TestMakeFuncVariadic only called the variadic function via Call and
CallSlice, not via a direct function call.
I thought these tests would fail under gccgo tip, but they don't. Still seems worth having though.
Patch Set 1 #Patch Set 2 : diff -r 1ebe0bc977119956e197cc5c2a41c104bea00343 https://code.google.com/p/go/ #Patch Set 3 : diff -r 1ebe0bc977119956e197cc5c2a41c104bea00343 https://code.google.com/p/go/ #Patch Set 4 : diff -r 1ebe0bc977119956e197cc5c2a41c104bea00343 https://code.google.com/p/go/ #MessagesTotal messages: 6
|