From c3227414c67a68d625f3f4c06c88c148dc7c7cbc Mon Sep 17 00:00:00 2001 From: evoskuil Date: Tue, 7 Jan 2025 18:54:08 -0500 Subject: [PATCH] Comments. --- test/memory/map.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/memory/map.cpp b/test/memory/map.cpp index e1d2738f..333c7263 100644 --- a/test/memory/map.cpp +++ b/test/memory/map.cpp @@ -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))