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:
parent
e12f66d96f
commit
26c09ae12d
1 changed files with 1 additions and 1 deletions
|
@ -26,4 +26,4 @@ struct D : B { };
|
||||||
D d;
|
D d;
|
||||||
std::default_delete<B[]> db;
|
std::default_delete<B[]> db;
|
||||||
typedef decltype(db(&d)) type; // { dg-error "no match" }
|
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" }
|
||||||
|
|
Loading…
Add table
Reference in a new issue