Enable std::regex test for C++11 or later

* testsuite/28_regex/basic_regex/ctors/basic/raw_string.cc: Only
	run for C++11 or later.

From-SVN: r238927
This commit is contained in:
Jonathan Wakely 2016-07-31 19:54:31 +01:00 committed by Jonathan Wakely
parent f2738d6cf2
commit d23d1bee8c
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2016-07-31 Jonathan Wakely <jwakely@redhat.com> 2016-07-31 Jonathan Wakely <jwakely@redhat.com>
* testsuite/28_regex/basic_regex/ctors/basic/raw_string.cc: Only
run for C++11 or later.
* testsuite/28_regex/basic_regex/ctors/basic/raw_string.cc: Fix * testsuite/28_regex/basic_regex/ctors/basic/raw_string.cc: Fix
test to not rely on GNU extension (escaped normal characters in POSIX test to not rely on GNU extension (escaped normal characters in POSIX
BRE). Enable tests for other strings which are now supported. BRE). Enable tests for other strings which are now supported.

View File

@ -1,3 +1,4 @@
// { dg-do run { target c++11 } }
// 2012-08-20 Benjamin Kosnik <bkoz@redhat.com> // 2012-08-20 Benjamin Kosnik <bkoz@redhat.com>
// //