On Fri, 25 Apr 2025 at 15:41, Jonathan Wakely <jwak...@redhat.com> wrote:
>
> On Fri, 25 Apr 2025 at 15:31, Tomasz Kamiński <tkami...@redhat.com> wrote:
> >
> > This was leftover from  work-in-progress state, where only std::queue was
> > tested.
> >
> > libstdc++-v3/ChangeLog:
> >
> >         * testsuite/std/format/ranges/adaptors.cc: Updated test.
> > ---
> > Tested on x86_64-linux.
>
> OK for trunk and gcc-15.

Oh sorry, I just saw it's already [committed] - great.

>
> >
> >  libstdc++-v3/testsuite/std/format/ranges/adaptors.cc | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/libstdc++-v3/testsuite/std/format/ranges/adaptors.cc 
> > b/libstdc++-v3/testsuite/std/format/ranges/adaptors.cc
> > index 854c7eef5bd..daa73aa39bf 100644
> > --- a/libstdc++-v3/testsuite/std/format/ranges/adaptors.cc
> > +++ b/libstdc++-v3/testsuite/std/format/ranges/adaptors.cc
> > @@ -88,7 +88,7 @@ test_output()
> >    VERIFY( res == WIDEN("==[0x03, 0x02, 0x01]===") );
> >
> >    // Sequence output is always used
> > -  std::queue<_CharT, std::basic_string<_CharT>> qs(
> > +  Adaptor<_CharT, std::basic_string<_CharT>> qs(
> >      std::from_range,
> >      std::basic_string_view<_CharT>(WIDEN("321")));
> >
> > --
> > 2.49.0
> >

Reply via email to