We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12faf04 commit 310a734Copy full SHA for 310a734
test/cctest/test_util.cc
@@ -27,6 +27,7 @@ TEST_F(UtilTest, ListHead) {
27
28
List list;
29
EXPECT_TRUE(list.IsEmpty());
30
+ EXPECT_TRUE(list.PopFront() == nullptr);
31
32
Item one;
33
EXPECT_TRUE(one.node_.IsEmpty());
0 commit comments