Skip to content

Commit

Permalink
Fix build on unit test
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
  • Loading branch information
MiguelCompany authored Apr 11, 2024
1 parent 1dfb270 commit c226c14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unittest/transport/SharedMemTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1016,6 +1016,8 @@ TEST_F(SHMTransportTests, port_lock_read_exclusive)
// Regression test for redmine issue #20701
TEST_F(SHMTransportTests, port_lock_read_shared_then_exclusive)
{
const std::string domain_name("SHMTests");

auto shared_mem_manager = SharedMemManager::create(domain_name);

shared_mem_manager->remove_port(0);
Expand Down

0 comments on commit c226c14

Please sign in to comment.