Skip to content

Commit e8410af

Browse files
committed
[hist] Indexes -> Indices in test
As described in doc/Terminology.md
1 parent dc66862 commit e8410af

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

hist/histv7/test/hist_index.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@ TEST(RBinIndexRange, Full)
238238
EXPECT_EQ(full.GetEnd(), invalid);
239239
EXPECT_EQ(std::distance(full.begin(), full.end()), 12);
240240

241-
const std::vector binIndexes(full.begin(), full.end());
242-
ASSERT_EQ(binIndexes.size(), 12);
243-
EXPECT_TRUE(binIndexes.front().IsUnderflow());
244-
EXPECT_TRUE(binIndexes.back().IsOverflow());
241+
const std::vector binIndices(full.begin(), full.end());
242+
ASSERT_EQ(binIndices.size(), 12);
243+
EXPECT_TRUE(binIndices.front().IsUnderflow());
244+
EXPECT_TRUE(binIndices.back().IsOverflow());
245245
}

0 commit comments

Comments
 (0)