From: Patrick Palka Date: Fri, 5 Dec 2025 17:48:44 +0000 (-0500) Subject: libstdc++/testsuite: Fix malformed dg-error directive X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5d5eeb3709e7befdeec5e11d03530bd282235d89;p=thirdparty%2Fgcc.git libstdc++/testsuite: Fix malformed dg-error directive libstdc++-v3/ChangeLog: * testsuite/20_util/function_objects/bind_front/111327.cc: Add missing space before } ending a dg-error directive. --- diff --git a/libstdc++-v3/testsuite/20_util/function_objects/bind_front/111327.cc b/libstdc++-v3/testsuite/20_util/function_objects/bind_front/111327.cc index 931886b7b54..493ef082e5e 100644 --- a/libstdc++-v3/testsuite/20_util/function_objects/bind_front/111327.cc +++ b/libstdc++-v3/testsuite/20_util/function_objects/bind_front/111327.cc @@ -50,4 +50,4 @@ int main() { std::move(std::as_const(g2))(); } -// { dg-error "no type named 'type' in 'std::__conditional_t