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 c226c14 commit 6defb03
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 @@ -1033,6 +1033,8 @@ TEST_F(SHMTransportTests, port_lock_read_shared_then_exclusive)
// Regression test for redmine issue #20701
TEST_F(SHMTransportTests, port_lock_read_exclusive_then_shared)
{
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 6defb03

Please sign in to comment.