mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-06-12 08:55:05 +02:00
Problem: create_destroy test not assigned properly
This commit is contained in:
parent
8353e8460f
commit
40c55018b2
@ -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 ());
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user