From 7a253b93f92580e3e078974b53f5a2ee9f3157a3 Mon Sep 17 00:00:00 2001 From: SavinSA Date: Sun, 21 Apr 2024 21:38:09 +0300 Subject: [PATCH] =?UTF-8?q?test:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D0=BE=D0=B4=D0=B8=D0=BD=20=D1=82=D0=B5=D1=81?= =?UTF-8?q?=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- unittest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittest.cpp b/unittest.cpp index bef0c61..09e3f7a 100644 --- a/unittest.cpp +++ b/unittest.cpp @@ -9,4 +9,4 @@ TEST_CASE("distinct positive numbers") { find_minmax({ 1,2 }, min, max); CHECK(min == 1); CHECK(max == 2); -} \ No newline at end of file +}