mirror of
https://github.com/nlohmann/json.git
synced 2026-02-23 03:46:26 +00:00
Fix CI, again (#4083)
This commit is contained in:
@@ -172,7 +172,6 @@ TEST_CASE("constructors")
|
||||
CHECK(j == j_reference);
|
||||
}
|
||||
|
||||
|
||||
SECTION("std::multimap<json::string_t, json>")
|
||||
{
|
||||
std::multimap<json::string_t, json> const o {{"a", json(1)}, {"b", json(1u)}, {"c", json(2.2)}, {"d", json(false)}, {"e", json("string")}, {"f", json()}};
|
||||
|
||||
Reference in New Issue
Block a user