Problem: create_destroy test not assigned properly

This commit is contained in:
Pawel Kurdybacha 2018-04-13 17:38:51 +01:00
parent 8353e8460f
commit 40c55018b2

View File

@ -5,8 +5,8 @@
#include <array>
TEST(poller, create_destroy)
{
TEST(poller, create_destroy)
{
zmq::poller_t poller;
ASSERT_EQ(0u, poller.size ());
}