Skip to content

Commit e5e39f1

Browse files
Address a comment.
1 parent 8becaf8 commit e5e39f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/unittests/ADT/EquivalenceClassesTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ TEST(EquivalenceClassesTest, EraseKeepsLeaderBit) {
114114
// Create a set {1, 2} where 1 is the leader.
115115
EC.unionSets(1, 2);
116116

117-
// Verify initial state
117+
// Verify initial state.
118118
EXPECT_EQ(EC.getLeaderValue(2), 1);
119119

120120
// Erase 2, the non-leader member.

0 commit comments

Comments
 (0)