]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Test for formatting with empty spec for calendar types.
authorTomasz Kamiński <tkaminsk@redhat.com>
Fri, 30 May 2025 09:31:35 +0000 (11:31 +0200)
committerTomasz Kamiński <tkaminsk@redhat.com>
Fri, 30 May 2025 14:52:55 +0000 (16:52 +0200)
commit28a17985dd34b7ad154c6fcd399ce10616db7a92
tree53911fe6778c8d47032d01200af21c15cfc8447a
parent72972bc3a1b35bcfc83d801a9da45121210bc3c3
libstdc++: Test for formatting with empty spec for calendar types.

Adding a test for behavior of the ostream operator and the formatting
with empty chron-spec for the chrono types. This commit covers calendar
types.

libstdc++-v3/ChangeLog:

* testsuite/std/time/format/empty_spec.cc: New test.

Reviewed-by: Jonathan Wakely <jwakely@redhat.com>
Signed-off-by: Tomasz Kamiński <tkaminsk@redhat.com>
libstdc++-v3/testsuite/std/time/format/empty_spec.cc [new file with mode: 0644]