mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-04-27 18:30:54 +02:00
Problem: create_destroy test not assigned properly
This commit is contained in:
parent
8353e8460f
commit
40c55018b2
@ -5,8 +5,8 @@
|
||||
|
||||
#include <array>
|
||||
|
||||
TEST(poller, create_destroy)
|
||||
{
|
||||
TEST(poller, create_destroy)
|
||||
{
|
||||
zmq::poller_t poller;
|
||||
ASSERT_EQ(0u, poller.size ());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user