Skip to content

Commit

Permalink
Bonus output
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Dec 7, 2023
1 parent 49eb52f commit 726de00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/twoProcsSrvCallWithoutOutputStress.cc
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ TEST(twoProcSrvCallWithoutOuput, ThousandCalls)
{
req.set_data(i);
ASSERT_TRUE(node.Request(g_topic, req));
std::cout << "req done" << std::endl;
}
}

Expand Down

0 comments on commit 726de00

Please sign in to comment.