48362.cc: Replace a regexp-test by a note-test.
authorFrançois Dumont <fdumont@gcc.gnu.org>
Sat, 29 Apr 2017 19:35:28 +0000 (19:35 +0000)
committerFrançois Dumont <fdumont@gcc.gnu.org>
Sat, 29 Apr 2017 19:35:28 +0000 (19:35 +0000)
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

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/libstdc++-prettyprinters/48362.cc

index 6d78fcdd7385913d4fcb20ddc38c3817c777fcdb..65e9cadd408a0ca55da16abee9205987f9ef400e 100644 (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
index 998b6d5cf101d803ea390d190bedfbc0871c17f0..db9fd9a089ae44831d2aa24c204c24d5d8e7e5d1 100644 (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>}}} } }