Skip to content

Commit c322741

Browse files
committed
Comments.
1 parent ecb35cc commit c322741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/memory/map.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ BOOST_AUTO_TEST_CASE(map__set__loaded__expected_fill)
549549
BOOST_REQUIRE_EQUAL(data[ 5], 'a'); // offset + 0
550550
BOOST_REQUIRE_EQUAL(data[ 6], 'b'); // offset + 1
551551
BOOST_REQUIRE_EQUAL(data[ 7], 'c'); // offset + 2
552-
BOOST_REQUIRE_EQUAL(data[ 8], fill2); // expansion, macos trims on remap here.
552+
BOOST_REQUIRE_EQUAL(data[ 8], fill2); // expansion, resize_ (macos) trims on remap...
553553
BOOST_REQUIRE_EQUAL(data[ 9], fill2); // expansion, so it goes to zero if not refilled.
554554
BOOST_REQUIRE_EQUAL(data[10], fill2); // expansion
555555
BOOST_REQUIRE_EQUAL(data[11], fill2); // sub1(offset + size + to_half(offset + size))

0 commit comments

Comments
 (0)