This commit is contained in:
Tomerkm 2023-06-03 12:49:47 +03:00
parent 9c7247f4b0
commit b4fd9e5545

View File

@ -310,7 +310,6 @@ TEST_CASE("algorithms")
std::iota(json_arr.begin(), json_arr.end(), 0.5);
CHECK(json_arr == json({0.5, 1.5, 2.5, 3.5, 4.5, 5.5, 6.5, 7.5, 8.5, 9.5}));
}
}
/*