Skip to content

Commit 41dee3e

Browse files
committed
Remove comment, fix includes
1 parent c9225c1 commit 41dee3e

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

tests/recv_multipart.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
#ifdef ZMQ_CPP11
2+
13
#include <catch.hpp>
24
#include <zmq_addon.hpp>
35

4-
#ifdef ZMQ_CPP11
5-
66
TEST_CASE("recv_multipart test", "[recv_multipart]")
77
{
88
zmq::context_t context(1);

tests/send_multipart.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
#ifdef ZMQ_CPP11
2+
13
#include <forward_list>
24
#include <catch.hpp>
35
#include <zmq_addon.hpp>
46

5-
#ifdef ZMQ_CPP11
6-
77
TEST_CASE("send_multipart test", "[send_multipart]")
88
{
99
zmq::context_t context(1);
@@ -88,7 +88,6 @@ TEST_CASE("send_multipart test", "[send_multipart]")
8888
auto iret = zmq::send_multipart(push, imsgs, zmq::send_flags::dontwait);
8989
REQUIRE_FALSE(iret);
9090
}
91-
// TODO send with EAGAIN
9291
SECTION("send, misc. containers")
9392
{
9493
std::vector<zmq::message_t> msgs_vec;

0 commit comments

Comments
 (0)