From 77077881ed00cef276ff234759272ff7b59434da Mon Sep 17 00:00:00 2001 From: VeretennikovMA Date: Mon, 29 Apr 2024 14:18:19 +0300 Subject: [PATCH] =?UTF-8?q?3.=20=D0=9F=D1=80=D0=BE=D0=BF=D0=B8=D1=81=D0=B0?= =?UTF-8?q?=D0=BD=D1=8B=20=D0=BC=D0=BE=D0=B4=D1=83=D0=BB=D1=8C=D0=BD=D1=8B?= =?UTF-8?q?=D0=B5=20=D1=82=D0=B5=D1=81=D1=82=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- unittest.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unittest.cpp b/unittest.cpp index bdd1769..5d2f1b6 100644 --- a/unittest.cpp +++ b/unittest.cpp @@ -42,3 +42,5 @@ TEST_CASE("same elements vector"){ CHECK(min == 8); CHECK(max == 8); } + +