Skip to content

Commit 14a8d70

Browse files
Merge pull request #1311 from ldorau/Add_assert_in_the_ConcurrentDestroyIpcHandlers_test
Add assert in the `ConcurrentDestroyIpcHandlers` test
2 parents 0a63bbd + 7fbed90 commit 14a8d70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/ipcFixtures.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -721,6 +721,7 @@ TEST_P(umfIpcTest, ConcurrentDestroyIpcHandlers) {
721721

722722
for (size_t i = 0; i < NUM_POOLS; ++i) {
723723
consumerPools.push_back(makePool());
724+
ASSERT_NE(consumerPools[i].get(), nullptr);
724725
}
725726

726727
for (size_t i = 0; i < NUM_ALLOCS; ++i) {

0 commit comments

Comments
 (0)