From d6baefb600242e33eabeb123a2aed463f865a6a8 Mon Sep 17 00:00:00 2001 From: jd-13 Date: Sun, 28 Jan 2024 15:42:26 +0000 Subject: [PATCH] deploy: 0bb7d38758d8ac90c53eca5b918e1ecc104efac7 --- _t_p_t_s_v_filter_tests_8cpp_source.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_t_p_t_s_v_filter_tests_8cpp_source.html b/_t_p_t_s_v_filter_tests_8cpp_source.html index 768010f..ddb8308 100644 --- a/_t_p_t_s_v_filter_tests_8cpp_source.html +++ b/_t_p_t_s_v_filter_tests_8cpp_source.html @@ -240,7 +240,7 @@
146 std::vector<double> buffer2 = generateBuffer();
147 clonedFilter.processBlock(&buffer2[0], buffer2.size());
148
-
149 for (int index {0}; index < buffer1.size(); index++) {
+
149 for (size_t index {0}; index < buffer1.size(); index++) {
150 CHECK(buffer1[index] == Approx(buffer2[index]));
151 }
152 }