mirror of
https://github.com/nlohmann/json.git
synced 2026-02-20 10:26:26 +00:00
valgrind still makes problems
This commit is contained in:
@@ -8456,13 +8456,11 @@ TEST_CASE("regression tests")
|
||||
SECTION("NAN value")
|
||||
{
|
||||
CHECK(json(NAN) == json());
|
||||
CHECK(json(static_cast<long double>(NAN)) == json());
|
||||
}
|
||||
|
||||
SECTION("infinity")
|
||||
{
|
||||
CHECK(json(INFINITY) == json());
|
||||
CHECK(json(static_cast<long double>(INFINITY)) == json());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user