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
+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
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>}}} } }