Merge pull request #15447 from ncteisen/fix-asan

Fix Asan for Channelz Registry Test
pull/15449/head
Noah Eisen 7 years ago committed by GitHub
commit c0a89c71ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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