Add IsNull() check in test after reassignment (#814)
This commit is contained in:
parent
9ab22ef493
commit
ce056acab7
@ -7,6 +7,7 @@ namespace {
|
||||
TEST(LoadNodeTest, Reassign) {
|
||||
Node node = Load("foo");
|
||||
node = Node();
|
||||
EXPECT_TRUE(node.IsNull());
|
||||
}
|
||||
|
||||
TEST(LoadNodeTest, FallbackValues) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user