Skip to content

Commit 7fbed90

Browse files
committed
Add assert in the ConcurrentDestroyIpcHandlers test
Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
1 parent 0a63bbd commit 7fbed90

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)