Skip to content

Commit

Permalink
Fix Solaris unit tests (#440)
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Pryakhin <[email protected]>
  • Loading branch information
waldgange authored Oct 7, 2024
1 parent 43ffd88 commit f5b0fe2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/groups/mqb/mqbblp/mqbblp_pushstream.t.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ static void test2_iterations()

// Imitate {m1, a1}, {m2, a2}, {m1, a2}, {m2, a1}

mqbblp::PushStream ps(bsl::nullptr_t(), s_allocator_p);
mqbblp::PushStream ps(bsl::optional<bdlma::ConcurrentPool*>(),
s_allocator_p);
unsigned int subQueueId1 = 1;
unsigned int subQueueId2 = 2;

Expand Down

0 comments on commit f5b0fe2

Please sign in to comment.