Skip to content

Commit

Permalink
Attempted fix for clang mac gtest
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikolaj Malecki committed Dec 12, 2024
1 parent 956c161 commit 38114f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_bonding.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ TEST(Bonding, ConnectNonBlocking)
EXPECT_EQ(ev[0].fd, g_listen_socket);

// Check if the IN event is set, even if it's not the only event
EXPECT_EQ(ev[0].events & SRT_EPOLL_IN, (int)SRT_EPOLL_IN);
EXPECT_NE(ev[0].events & SRT_EPOLL_IN, 0);
bool have_also_update = ev[0].events & SRT_EPOLL_UPDATE;

sockaddr_any adr;
Expand Down

0 comments on commit 38114f9

Please sign in to comment.