Skip to content

Commit 40c5501

Browse files
committed
Problem: create_destroy test not assigned properly
1 parent 8353e84 commit 40c5501

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/poller.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
#include <array>
77

8-
TEST(poller, create_destroy)
9-
{
8+
TEST(poller, create_destroy)
9+
{
1010
zmq::poller_t poller;
1111
ASSERT_EQ(0u, poller.size ());
1212
}

0 commit comments

Comments
 (0)