Skip to content

Commit a4e7719

Browse files
ckennellycopybara-github
authored andcommitted
Use unused set in testing.
PiperOrigin-RevId: 716373611 Change-Id: I4bfb4d51cd45be628f68917d310a44a44412a4a5
1 parent b7af5e1 commit a4e7719

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

absl/container/btree_test.cc

+1
Original file line numberDiff line numberDiff line change
@@ -2949,6 +2949,7 @@ TEST(Btree,
29492949

29502950
TEST(Btree, ConstructImplicitlyWithUnadaptedComparator) {
29512951
absl::btree_set<MultiKey, MultiKeyComp> set = {{}, MultiKeyComp{}};
2952+
EXPECT_TRUE(set.empty());
29522953
}
29532954

29542955
TEST(Btree, InvalidComparatorsCaught) {

0 commit comments

Comments
 (0)