libstdc++: Fix check in testsuite/std/time/clock/gps/io.cc
commit5525dd754b84cef3afe43dc7fdf27664873f137b
authorJonathan Wakely <jwakely@redhat.com>
Mon, 22 Jan 2024 10:48:55 +0000 (22 10:48 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Tue, 30 Jan 2024 14:50:07 +0000 (30 14:50 +0000)
tree0425c2be80f32a73ccdb8dcfe16545ecea2d2c4b
parent7bfea0aedbce3f33a783bbb47f39724a58d19f73
libstdc++: Fix check in testsuite/std/time/clock/gps/io.cc

The test_format() function contained an incorrect assertion but wasn't
actually being called from main.

libstdc++-v3/ChangeLog:

* testsuite/std/time/clock/gps/io.cc: Fix expected result in
assertion and call test_format() from main.
libstdc++-v3/testsuite/std/time/clock/gps/io.cc