Fix asan for channelz

pull/15447/head
Noah Eisen 7 years ago
parent bdbf04cde1
commit 05121518b6
  1. 1
      test/core/channel/channelz_registry_test.cc

@ -94,6 +94,7 @@ TEST(ChannelzRegistryTest, CustomObjectTest) {
intptr_t uuid = ChannelzRegistry::Register(foo);
Foo* retrieved = ChannelzRegistry::Get<Foo>(uuid);
EXPECT_EQ(foo, retrieved);
Delete(foo);
}
TEST(ChannelzRegistryTest, NullIfNotPresentTest) {

Loading…
Cancel
Save