diff options
| author | Patrick Palka <ppalka@redhat.com> | 2025-12-05 12:48:44 -0500 |
|---|---|---|
| committer | Patrick Palka <ppalka@redhat.com> | 2025-12-05 12:48:44 -0500 |
| commit | 5d5eeb3709e7befdeec5e11d03530bd282235d89 (patch) | |
| tree | 8b930c5993f865e0fcfa14fc323736a2fb162a03 | |
| parent | 5a2a527b26c22df4f1764f61b2285ac0c380ff68 (diff) | |
| download | gcc-5d5eeb3709e7befdeec5e11d03530bd282235d89.zip gcc-5d5eeb3709e7befdeec5e11d03530bd282235d89.tar.gz gcc-5d5eeb3709e7befdeec5e11d03530bd282235d89.tar.bz2 | |
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.
| -rw-r--r-- | libstdc++-v3/testsuite/20_util/function_objects/bind_front/111327.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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 931886b..493ef08 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<false, std::invoke_result<" "" { target *-*-* } 0} +// { dg-error "no type named 'type' in 'std::__conditional_t<false, std::invoke_result<" "" { target *-*-* } 0 } |
