Skip to content

Commit

Permalink
Fixed test.
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
  • Loading branch information
MiguelCompany committed Mar 29, 2022
1 parent e28ea29 commit 054b8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/default_allocator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ TEST_CASE("static_allocator")
TEST_CASE("virtual_memory_allocator")
{
virtual_memory_allocator alloc;
check_default_allocator(alloc, virtual_memory_page_size);
check_default_allocator(alloc, virtual_memory_page_size());
}

0 comments on commit 054b8ed

Please sign in to comment.