From 7fa73907f82b26ae337d85fff168a3e69d68909b Mon Sep 17 00:00:00 2001 From: Farook Al-Sammarraie Date: Tue, 20 Oct 2020 10:21:29 +0300 Subject: [PATCH] removed main function --- tests/unittest.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/unittest.cpp b/tests/unittest.cpp index 07475518a..022398b1e 100644 --- a/tests/unittest.cpp +++ b/tests/unittest.cpp @@ -1277,8 +1277,3 @@ TEST_CASE("multipart") REQUIRE(test_string == res.body); } } - -int main() -{ - return testmain(); -}