public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-6088] libstdc++: Replace non-ascii character in test
@ 2023-02-16 14:53 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2023-02-16 14:53 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:feff71e035c2948c3e4cbcc06adf1ed633e3bd50

commit r13-6088-gfeff71e035c2948c3e4cbcc06adf1ed633e3bd50
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Thu Feb 16 14:41:17 2023 +0000

    libstdc++: Replace non-ascii character in test
    
    This ensures the test will work with -fexec-charset=ascii.
    
    libstdc++-v3/ChangeLog:
    
            * testsuite/std/format/arguments/lwg3810.cc: Replace UTF-8
            ellipsis character.

Diff:
---
 libstdc++-v3/testsuite/std/format/arguments/lwg3810.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libstdc++-v3/testsuite/std/format/arguments/lwg3810.cc b/libstdc++-v3/testsuite/std/format/arguments/lwg3810.cc
index c1be229040f..60587a93d2c 100644
--- a/libstdc++-v3/testsuite/std/format/arguments/lwg3810.cc
+++ b/libstdc++-v3/testsuite/std/format/arguments/lwg3810.cc
@@ -20,6 +20,6 @@ test_ctad()
   using std::make_format_args;
   using SomeContext = std::wformat_context;
 
-  // foo(make_format_args<SomeContext>(…)); // won't work
+  // foo(make_format_args<SomeContext>(...)); // won't work
   foo(basic_format_args(make_format_args<SomeContext>(1, 2, 3))); // should work
 }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-02-16 14:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-16 14:53 [gcc r13-6088] libstdc++: Replace non-ascii character in test Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).