mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-10-15 23:20:09 +02:00
Problem: create_destroy test not assigned properly
This commit is contained in:
@@ -5,8 +5,8 @@
|
|||||||
|
|
||||||
#include <array>
|
#include <array>
|
||||||
|
|
||||||
TEST(poller, create_destroy)
|
TEST(poller, create_destroy)
|
||||||
{
|
{
|
||||||
zmq::poller_t poller;
|
zmq::poller_t poller;
|
||||||
ASSERT_EQ(0u, poller.size ());
|
ASSERT_EQ(0u, poller.size ());
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user