Commit 90686faa by Janis Johnson Committed by Janis Johnson

* g++.dg/cpp0x/nullptr19.c: Remove exta directives on same line.

From-SVN: r189063
parent c1827cf0
2012-06-28 Janis Johnson <janisjo@codesourcery.com>
* g++.dg/cpp0x/nullptr19.c: Remove exta directives on same line.
* g++.dg/template/error46.C: Add missing comment to dg-message.
* g++.dg/template/crash107.C: Likewise.
* g++.dg/template/error47.C: Likewise.
......
......@@ -5,8 +5,8 @@
typedef decltype(nullptr) nullptr_t;
char* k( char* ); /* { dg-message "note" } { dg-message "note" } */
nullptr_t k( nullptr_t ); /* { dg-message "note" } { dg-message "note" } */
char* k( char* ); /* { dg-message "note" } */
nullptr_t k( nullptr_t ); /* { dg-message "note" } */
void test_k()
{
......
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