Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix unused
  • Loading branch information
etr committed Mar 8, 2021
commit ba6e7085fc5716d92d5b80f0831ae29616ceebd7
4 changes: 2 additions & 2 deletions test/integ/ws_start_stop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,8 @@ LT_BEGIN_AUTO_TEST(ws_start_stop_suite, enable_options)
ws.stop();
LT_END_AUTO_TEST(enable_options)

LT_BEGIN_AUTO_TEST(ws_start_stop_suite, custom_socket)
#ifndef DARWIN
LT_BEGIN_AUTO_TEST(ws_start_stop_suite, custom_socket)
int fd = socket(AF_INET, SOCK_STREAM, 0);

struct sockaddr_in address;
Expand Down Expand Up @@ -319,8 +319,8 @@ LT_BEGIN_AUTO_TEST(ws_start_stop_suite, custom_socket)
curl_easy_cleanup(curl);

ws.stop();
#endif
LT_END_AUTO_TEST(custom_socket)
#endif

LT_BEGIN_AUTO_TEST(ws_start_stop_suite, single_resource)
httpserver::webserver ws = httpserver::create_webserver(8080).single_resource();
Expand Down