@ -9,4 +9,4 @@ TEST_CASE("distinct positive numbers") {
find_minmax({ 1,2 }, min, max);
CHECK(min == 1);
CHECK(max == 2);
}