libstdc++: Fix 48631_neg test in _GLIBCXX_INLINE_VERSION mode
authorFrançois Dumont <fdumont@gcc.gnu.org>
Tue, 28 Sep 2021 19:45:08 +0000 (21:45 +0200)
committerFrançois Dumont <fdumont@gcc.gnu.org>
Tue, 28 Sep 2021 20:09:48 +0000 (22:09 +0200)
libstdc++-v3/ChangeLog:

* testsuite/20_util/default_delete/48631_neg.cc: Adapt dg-prune-output message
to also match message with '__8' in it.

libstdc++-v3/testsuite/20_util/default_delete/48631_neg.cc

index 3e80b73..a18e05e 100644 (file)
@@ -26,4 +26,4 @@ struct D : B { };
 D d;
 std::default_delete<B[]> db;
 typedef decltype(db(&d)) type; // { dg-error "no match" }
-// { dg-prune-output "no type named 'type' in 'struct std::enable_if" }
+// { dg-prune-output "enable_if" }