Remove all uSocketsMock fuzz targets

This commit is contained in:
Alex Hultman
2021-02-16 18:31:40 +01:00
parent 7b59b98919
commit 441a60b2d6
7 changed files with 1 additions and 607 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ void test() {
client = us_socket_context_connect(0, client_context, "hostname", 5000, "localhost", 0, 0);
us_socket_context_on_connect_error(0, client_context, [](struct us_socket_t *s, int code) {
client = nullptr;
client = nullptr;
return s;
});