Further improve coverage of GenericPointer::Erase()
This commit is contained in:
parent
7ddaa80e46
commit
c8c8ad47c3
@ -874,6 +874,7 @@ TEST(Pointer, Erase) {
|
||||
|
||||
EXPECT_FALSE(Pointer("").Erase(d));
|
||||
EXPECT_FALSE(Pointer("/nonexist").Erase(d));
|
||||
EXPECT_FALSE(Pointer("/nonexist/nonexist").Erase(d));
|
||||
EXPECT_FALSE(Pointer("/foo/nonexist").Erase(d));
|
||||
EXPECT_FALSE(Pointer("/foo/nonexist/nonexist").Erase(d));
|
||||
EXPECT_FALSE(Pointer("/foo/0/nonexist").Erase(d));
|
||||
|
Loading…
x
Reference in New Issue
Block a user