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;