From 7f02ef2edb9206a704f8efc36666f6636094eb32 Mon Sep 17 00:00:00 2001 From: ShchipkovMY Date: Mon, 11 Sep 2023 09:51:06 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20curl=20=D0=B8=20=D0=B7=D0=B0=D0=BD=D0=B5=D1=81=20curl?= =?UTF-8?q?=20=D0=B2=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- unittest.cpp | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 535299c..1f0ed89 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ /lab_1.depend /lab_1.layout /unittest.depend -/unittest.layout \ No newline at end of file +/unittest.layout +/curl \ No newline at end of file diff --git a/unittest.cpp b/unittest.cpp index 06c55a3..ec7f2b1 100644 --- a/unittest.cpp +++ b/unittest.cpp @@ -4,7 +4,6 @@ #include "histogram_internal.h" //#include "sr.h" - TEST_CASE("distinct positive numbers") { double min = 0; double max = 0;