Re: [testsuite] g++.dg/cpp0x/nullptr19.c: remove duplicate dg-message

2012-06-28 Thread Mike Stump
On Jun 28, 2012, at 5:57 PM, Janis Johnson wrote: > Test g++.dg/cpp0x/nullptr19.c contains the following: > OK for trunk? Ok.

[testsuite] g++.dg/cpp0x/nullptr19.c: remove duplicate dg-message

2012-06-28 Thread Janis Johnson
Test g++.dg/cpp0x/nullptr19.c contains the following: char* k( char* ); /* { dg-message "note" } { dg-message "note" } */ nullptr_t k( nullptr_t ); /* { dg-message "note" } { dg-message "note" } */ Having two test directives on a line should have resulted in an ERROR but the local re