libstdc++: Fix 48631_neg test in _GLIBCXX_INLINE_VERSION mode

libstdc++-v3/ChangeLog:

	* testsuite/20_util/default_delete/48631_neg.cc: Adapt dg-prune-output message
	to also match message with '__8' in it.
This commit is contained in:
François Dumont 2021-09-28 21:45:08 +02:00
parent e12f66d96f
commit 26c09ae12d

View 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" }