From b4fd9e5545dcbf49526e4e3cf023e8710c79e2c7 Mon Sep 17 00:00:00 2001 From: Tomerkm Date: Sat, 3 Jun 2023 12:49:47 +0300 Subject: [PATCH] move up --- tests/src/unit-algorithms.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/src/unit-algorithms.cpp b/tests/src/unit-algorithms.cpp index 29b5ad23b..33e139730 100644 --- a/tests/src/unit-algorithms.cpp +++ b/tests/src/unit-algorithms.cpp @@ -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})); } - } /*