]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++/testsuite: Fix malformed dg-error directive
authorPatrick Palka <ppalka@redhat.com>
Fri, 5 Dec 2025 17:48:44 +0000 (12:48 -0500)
committerPatrick Palka <ppalka@redhat.com>
Fri, 5 Dec 2025 17:48:44 +0000 (12:48 -0500)
libstdc++-v3/ChangeLog:

* testsuite/20_util/function_objects/bind_front/111327.cc:
Add missing space before } ending a dg-error directive.

libstdc++-v3/testsuite/20_util/function_objects/bind_front/111327.cc

index 931886b7b54d01009371ac70e2e860c619bf5926..493ef082e5e78041423a3b43b6da3335f423d895 100644 (file)
@@ -50,4 +50,4 @@ int main() {
   std::move(std::as_const(g2))();
 }
 
-// { dg-error "no type named 'type' in 'std::__conditional_t<false, std::invoke_result<" "" { target *-*-* } 0}
+// { dg-error "no type named 'type' in 'std::__conditional_t<false, std::invoke_result<" "" { target *-*-* } 0 }