Skip to content

Commit

Permalink
Fix test issue in pos_map.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
anarthal committed Jan 19, 2025
1 parent 5a737a8 commit 96bf1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/test/detail/typing/pos_map.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ BOOST_AUTO_TEST_CASE(reset_nonempty)
BOOST_TEST(map[0] == pos_absent);
BOOST_TEST(map[1] == pos_absent);
BOOST_TEST(map[2] == pos_absent);
BOOST_TEST(map[3] == 45u); // didn't modify any extra storage
BOOST_TEST(storage[3] == 45u); // didn't modify any extra storage
}

BOOST_AUTO_TEST_CASE(add_field_empty)
Expand Down

0 comments on commit 96bf1c9

Please sign in to comment.