Add whitespace to some dejagnu directives in libstdc++ tests

* testsuite/20_util/add_rvalue_reference/requirements/alias_decl.cc:
	Add whitespace to dejagnu directive.
	* testsuite/23_containers/array/element_access/at_neg.cc: Likewise.

From-SVN: r262245
This commit is contained in:
Jonathan Wakely 2018-06-29 10:54:07 +01:00 committed by Jonathan Wakely
parent c2fd033cdf
commit 6fdce073fc
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2018-06-29 Jonathan Wakely <jwakely@redhat.com>
* testsuite/20_util/add_rvalue_reference/requirements/alias_decl.cc:
Add whitespace to dejagnu directive.
* testsuite/23_containers/array/element_access/at_neg.cc: Likewise.
2018-06-27 François Dumont <fdumont@gcc.gnu.org>
* include/bits/stl_vector.h

View File

@ -1,4 +1,4 @@
// { dg-do compile {target c++14 } }
// { dg-do compile { target c++14 } }
// Copyright (C) 2013-2018 Free Software Foundation, Inc.
//

View File

@ -1,4 +1,4 @@
// { dg-do run {target c++11 xfail *-*-* } }
// { dg-do run { target c++11 xfail *-*-* } }
// Copyright (C) 2011-2018 Free Software Foundation, Inc.
//