Remove comment, fix includes

This commit is contained in:
Gudmundur Adalsteinsson
2019-10-26 20:26:17 +00:00
parent c9225c17db
commit 41dee3e7a3
2 changed files with 4 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
#ifdef ZMQ_CPP11
#include <catch.hpp>
#include <zmq_addon.hpp>
#ifdef ZMQ_CPP11
TEST_CASE("recv_multipart test", "[recv_multipart]")
{
zmq::context_t context(1);