Skip to content

Commit

Permalink
Fix asan bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sreecha committed Sep 9, 2018
1 parent 50419a0 commit 8cf33aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/core/client_channel/parse_address_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ static void test_grpc_parse_ipv6_invalid(const char* uri_text) {
grpc_uri* uri = grpc_uri_parse(uri_text, 0);
grpc_resolved_address addr;
GPR_ASSERT(!grpc_parse_ipv6(uri, &addr));
grpc_uri_destroy(uri);
}

int main(int argc, char** argv) {
Expand Down

0 comments on commit 8cf33aa

Please sign in to comment.