We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecb35cc commit c322741Copy full SHA for c322741
test/memory/map.cpp
@@ -549,7 +549,7 @@ BOOST_AUTO_TEST_CASE(map__set__loaded__expected_fill)
549
BOOST_REQUIRE_EQUAL(data[ 5], 'a'); // offset + 0
550
BOOST_REQUIRE_EQUAL(data[ 6], 'b'); // offset + 1
551
BOOST_REQUIRE_EQUAL(data[ 7], 'c'); // offset + 2
552
- BOOST_REQUIRE_EQUAL(data[ 8], fill2); // expansion, macos trims on remap here.
+ BOOST_REQUIRE_EQUAL(data[ 8], fill2); // expansion, resize_ (macos) trims on remap...
553
BOOST_REQUIRE_EQUAL(data[ 9], fill2); // expansion, so it goes to zero if not refilled.
554
BOOST_REQUIRE_EQUAL(data[10], fill2); // expansion
555
BOOST_REQUIRE_EQUAL(data[11], fill2); // sub1(offset + size + to_half(offset + size))
0 commit comments