removed main function

This commit is contained in:
Farook Al-Sammarraie 2020-10-20 10:21:29 +03:00 committed by GitHub
parent 65b12e88e8
commit 7fa73907f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1277,8 +1277,3 @@ TEST_CASE("multipart")
REQUIRE(test_string == res.body);
}
}
int main()
{
return testmain();
}