Remove superfluous "" in dg-error.

* testsuite/17_intro/headers/c++1998/stdc++_assert_neg.cc: Remove
	superfluous "" in dg-error.

From-SVN: r247378
This commit is contained in:
Jonathan Wakely 2017-04-28 13:56:38 +01:00 committed by Jonathan Wakely
parent e03f26cbb8
commit 38233afdcf
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2017-04-28 Jonathan Wakely <jwakely@redhat.com>
* testsuite/17_intro/headers/c++1998/stdc++_assert_neg.cc: Remove
superfluous "" in dg-error.
2017-04-28 Tom de Vries <tom@codesourcery.com>
* testsuite/17_intro/headers/c++1998/stdc++_assert_neg.cc: Remove

View File

@ -31,5 +31,5 @@
void foo()
{
assert(true); // { dg-error "not declared" "" }
assert(true); // { dg-error "not declared" }
}