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:
parent
c2fd033cdf
commit
6fdce073fc
3 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// { dg-do compile {target c++14 } }
|
||||
// { dg-do compile { target c++14 } }
|
||||
|
||||
// Copyright (C) 2013-2018 Free Software Foundation, Inc.
|
||||
//
|
||||
|
|
|
@ -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.
|
||||
//
|
||||
|
|
Loading…
Add table
Reference in a new issue