summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2022-11-08 11:19:25 +0100
committerJakub Jelinek <jakub@redhat.com>2022-11-08 11:19:25 +0100
commitee86bdd1d367bc174d7b50bd2ffa5622c4766322 (patch)
tree67345e503fb66ab4bd9c7767e10ab70f3a830b82
parente581490f0cfa80c58d2b648d71a44a597fbe3008 (diff)
libstdc++: Uncomment denorm_min test
As r13-3609-g6d9dbdf51f9afe8 has been committed, we can now enable even the denorm_min test. 2022-11-08 Jakub Jelinek <jakub@redhat.com> * testsuite/20_util/to_chars/float128_c++23.cc (test): Uncomment denorm_min test.
-rw-r--r--libstdc++-v3/testsuite/20_util/to_chars/float128_c++23.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/testsuite/20_util/to_chars/float128_c++23.cc b/libstdc++-v3/testsuite/20_util/to_chars/float128_c++23.cc
index 4c01458e6d9..28824c9c6ff 100644
--- a/libstdc++-v3/testsuite/20_util/to_chars/float128_c++23.cc
+++ b/libstdc++-v3/testsuite/20_util/to_chars/float128_c++23.cc
@@ -34,7 +34,7 @@ void
test(std::chars_format fmt = std::chars_format{})
{
std::float128_t tests[] = {
-// std::numeric_limits<std::float128_t>::denorm_min(),
+ std::numeric_limits<std::float128_t>::denorm_min(),
std::numeric_limits<std::float128_t>::min(),
0.0f128,
-42.0f128,