]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: [_GLIBCXX_INLINE_VERSION] Adapt dg-error message
authorFrançois Dumont <fdumont@gcc.gnu.org>
Thu, 24 Nov 2022 05:46:43 +0000 (06:46 +0100)
committerFrançois Dumont <fdumont@gcc.gnu.org>
Mon, 28 Nov 2022 17:55:07 +0000 (18:55 +0100)
libstdc++-v3/ChangeLog

* testsuite/20_util/function/cons/70692.cc: Adapt dg-error message.

libstdc++-v3/testsuite/20_util/function/cons/70692.cc

index f9e8fe31570c05232020dae603a686b1ec0a59a7..b15208a25317b69c99dc1f3a5c35e6c083cb74ac 100644 (file)
@@ -11,4 +11,4 @@ int main()
   std::function<const int&()> ff(f);  // { dg-error "no matching function" }
   std::function<long&&()> f2(f);      // { dg-error "no matching function" }
 }
-// { dg-error "std::enable_if" "" { target *-*-* } 0 }
+// { dg-error "std::(__8::)?enable_if" "" { target *-*-* } 0 }