Skip to content

Commit a03e55b

Browse files
committed
Non-functional code change to re-trigger CI
1 parent e458f34 commit a03e55b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SlotMapTest04.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ TEST(SlotMapTest, SlotsDeactivationOnClear)
6767
dod::slot_map32<int> slotMap;
6868
for (int i = 0; i < static_cast<int>(decltype(slotMap)::key::kMaxVersion) + 10; i++)
6969
{
70-
for (size_t k = 0; k < 128; k++)
70+
for (size_t j = 0; j < 128; j++)
7171
{
7272
slotMap.emplace(1);
7373
}

0 commit comments

Comments
 (0)