We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d42522e commit eb2fab3Copy full SHA for eb2fab3
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