We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a63bbd commit 7fbed90Copy full SHA for 7fbed90
1 file changed
test/ipcFixtures.hpp
@@ -721,6 +721,7 @@ TEST_P(umfIpcTest, ConcurrentDestroyIpcHandlers) {
721
722
for (size_t i = 0; i < NUM_POOLS; ++i) {
723
consumerPools.push_back(makePool());
724
+ ASSERT_NE(consumerPools[i].get(), nullptr);
725
}
726
727
for (size_t i = 0; i < NUM_ALLOCS; ++i) {
0 commit comments