On 26.02.2014, at 10:17, Dmitri Gribenko <[email protected]> wrote:

> On Tue, Feb 25, 2014 at 6:49 PM, Benjamin Kramer
> <[email protected]> wrote:
>> TEST(DeclPrinter, TestCXXConstructorDecl8) {
>> @@ -519,8 +518,7 @@ TEST(DeclPrinter, TestCXXConstructorDecl
>>     "  A(T&&... ts) : T(ts)... {}"
>>     "};",
>>     constructorDecl(ofClass(hasName("A"))).bind("id"),
>> -    "A<T...>(T &&ts...) : T(ts)"));
>> -    // WRONG; Should be: "A(T&&... ts) : T(ts)..."
>> +    "A<T...>(T &&ts...) : T(ts)..."));
>> }
> 
> Note that the (T &&ts...) part does not look correct, "..." is still
> in the wrong place.  If you agree, please put back "WRONG".

Right, I was a bit too aggressive removing WRONGs here. Put it back in r202255.

- Ben


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to