We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 564973f + 2f32b13 commit e86c733Copy full SHA for e86c733
unittests/Availability/VersionRangeLattice.cpp
@@ -57,7 +57,7 @@ TEST_F(VersionRangeLattice, AllIsTopElement) {
57
EXPECT_FALSE(All.isContainedIn(Empty));
58
}
59
60
-// Test that Empty acts like the bottom element in the lattice with respect to
+// Test that Empty acts like the bottom element in the lattice with respect to
61
// containment.
62
TEST_F(VersionRangeLattice, EmptyIsBottomElement) {
63
EXPECT_TRUE(Empty.isContainedIn(Empty));
0 commit comments