libstdc++: [_GLIBCXX_INLINE_VERSION] Fix test dg-prune-output
authorFrançois Dumont <fdumont@gcc.gnu.org>
Wed, 14 Sep 2022 17:14:48 +0000 (19:14 +0200)
committerFrançois Dumont <fdumont@gcc.gnu.org>
Thu, 15 Sep 2022 16:59:49 +0000 (18:59 +0200)
libstdc++-v3/ChangeLog:

* testsuite/20_util/is_complete_or_unbounded/memoization_neg.cc:
Adapt dg-prune-output to _GLIBCXX_INLINE_VERSION mode.

libstdc++-v3/testsuite/20_util/is_complete_or_unbounded/memoization_neg.cc

index fc0b70b..bc66c13 100644 (file)
@@ -1,6 +1,6 @@
 // { dg-do compile { target c++11 } }
 // { dg-prune-output "must be a complete" }
-// { dg-prune-output "'value' is not a member of 'std::is_move_cons" }
+// { dg-prune-output "'value' is not a member of 'std::(__8::)?is_move_cons" }
 // { dg-prune-output "invalid use of incomplete type" }
 
 // Copyright (C) 2019-2022 Free Software Foundation, Inc.