From: François Dumont Date: Sat, 29 Apr 2017 19:35:28 +0000 (+0000) Subject: 48362.cc: Replace a regexp-test by a note-test. X-Git-Tag: basepoints/gcc-9~7695 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30fc569c180ea2bf773402d12e8435d99e42a389;p=thirdparty%2Fgcc.git 48362.cc: Replace a regexp-test by a note-test. 2017-04-29 François Dumont * testsuite/libstdc++-prettyprinters/48362.cc: Replace a regexp-test by a note-test. From-SVN: r247411 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 6d78fcdd7385..65e9cadd408a 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2017-04-29 François Dumont + + * testsuite/libstdc++-prettyprinters/48362.cc: Replace a regexp-test + by a note-test. + 2017-04-28 Jonathan Wakely PR libstdc++/80553 diff --git a/libstdc++-v3/testsuite/libstdc++-prettyprinters/48362.cc b/libstdc++-v3/testsuite/libstdc++-prettyprinters/48362.cc index 998b6d5cf101..db9fd9a089ae 100644 --- a/libstdc++-v3/testsuite/libstdc++-prettyprinters/48362.cc +++ b/libstdc++-v3/testsuite/libstdc++-prettyprinters/48362.cc @@ -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> t2{ "Johnny", 5, {} }; // { dg-final { regexp-test t2 {std::tuple containing = {\[1\] = "Johnny", \[2\] = 5, \[3\] = {> = empty std::tuple, }}} } }