Skip to content

Commit

Permalink
Comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed Jan 7, 2025
1 parent ecb35cc commit c322741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/memory/map.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ BOOST_AUTO_TEST_CASE(map__set__loaded__expected_fill)
BOOST_REQUIRE_EQUAL(data[ 5], 'a'); // offset + 0
BOOST_REQUIRE_EQUAL(data[ 6], 'b'); // offset + 1
BOOST_REQUIRE_EQUAL(data[ 7], 'c'); // offset + 2
BOOST_REQUIRE_EQUAL(data[ 8], fill2); // expansion, macos trims on remap here.
BOOST_REQUIRE_EQUAL(data[ 8], fill2); // expansion, resize_ (macos) trims on remap...
BOOST_REQUIRE_EQUAL(data[ 9], fill2); // expansion, so it goes to zero if not refilled.
BOOST_REQUIRE_EQUAL(data[10], fill2); // expansion
BOOST_REQUIRE_EQUAL(data[11], fill2); // sub1(offset + size + to_half(offset + size))
Expand Down

0 comments on commit c322741

Please sign in to comment.