Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bradh352 committed Nov 5, 2023
1 parent 1bb2b64 commit 17136d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ares-test-internal.cc
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ TEST_F(LibraryTest, Striendstr) {
const char *str = "plugh";
EXPECT_NE(nullptr, ares_striendstr(str, str));
}
extern "C" ares_status_t ares__single_domain(ares_channel, const char*, char**);

TEST_F(DefaultChannelTest, SingleDomain) {
TempFile aliases("www www.google.com\n");
EnvValue with_env("HOSTALIASES", aliases.filename());
Expand Down

0 comments on commit 17136d8

Please sign in to comment.