48362.cc: Replace a regexp-test by a note-test.

2017-04-29  François Dumont  <fdumont@gcc.gnu.org>

	* testsuite/libstdc++-prettyprinters/48362.cc: Replace a regexp-test
	by a note-test.

From-SVN: r247411
This commit is contained in:
François Dumont 2017-04-29 19:35:28 +00:00
parent cc3a5b33ba
commit 30fc569c18
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2017-04-29 François Dumont <fdumont@gcc.gnu.org>
* testsuite/libstdc++-prettyprinters/48362.cc: Replace a regexp-test
by a note-test.
2017-04-28 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/80553

View File

@ -26,7 +26,7 @@ int
main()
{
std::tuple<> t1;
// { dg-final { regexp-test t1 {empty std::tuple} } }
// { dg-final { note-test t1 {empty std::tuple} } }
std::tuple<std::string, int, std::tuple<>> t2{ "Johnny", 5, {} };
// { dg-final { regexp-test t2 {std::tuple containing = {\[1\] = "Johnny", \[2\] = 5, \[3\] = {<std::(__7::)?tuple<>> = empty std::tuple, <No data fields>}}} } }