From 814b01ad2f43ecafcf20fb98d3545f4a879ccad9 Mon Sep 17 00:00:00 2001 From: Ioana Ghiban Date: Thu, 15 Feb 2024 20:56:14 +0100 Subject: [PATCH] Improved coverage. --- test/api/test_add_abs_with_threshold.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/api/test_add_abs_with_threshold.cpp b/test/api/test_add_abs_with_threshold.cpp index 9ae7de8fd..e55dd3dba 100644 --- a/test/api/test_add_abs_with_threshold.cpp +++ b/test/api/test_add_abs_with_threshold.cpp @@ -116,6 +116,7 @@ class SaturatingAddAbsWithThresholdTestMax final {0, max() - 2, 0}, {0, max() - 1, 0}, {0, max(), max()}, + {max(), max(), max()}, // clang-format on }; return kTestElements; -- GitLab