libstdc++: Fix check in testsuite/std/time/clock/file/io.cc
commit8229214faea572cd7157015711540e92e396523a
authorJonathan Wakely <jwakely@redhat.com>
Mon, 22 Jan 2024 10:48:55 +0000 (22 10:48 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Mon, 22 Jan 2024 13:06:00 +0000 (22 13:06 +0000)
tree0f5d9bd4b389611a20f7ee1aec2b456d066e3c4b
parentf625c017e60b6e05675b7d6280f2c7677ce691c3
libstdc++: Fix check in testsuite/std/time/clock/file/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/file/io.cc: Fix expected result in
assertion and call test_format() from main.
libstdc++-v3/testsuite/std/time/clock/file/io.cc