Skip to content

Commit 5d28c13

Browse files
yashyktcopybara-github
authored andcommitted
[event_engine] Fix dns_server test for IOS (grpc#39881)
Closes grpc#39881 COPYBARA_INTEGRATE_REVIEW=grpc#39881 from yashykt:FixIos 6173ff2 PiperOrigin-RevId: 772087505
1 parent 95e03fc commit 5d28c13

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/core/event_engine/posix/dns_server.cc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,11 +349,12 @@ std::string DnsServer::address() const {
349349
grpc_core::Crash("Unsupported platform");
350350
}
351351

352-
DnsQuestion DnsServer::WaitForQuestion() const {
352+
DnsQuestion DnsServer::WaitForQuestion(absl::string_view /*host*/) const {
353353
grpc_core::Crash("Unsupported platform");
354354
}
355355

356-
void DnsServer::SetIPv4Response(absl::Span<const uint8_t> /* ipv4_address */) {
356+
void DnsServer::SetIPv4Response(absl::Span<const uint8_t> /* ipv4_address */,
357+
absl::Span<const uint8_t> /*ipv4_address*/) {
357358
grpc_core::Crash("Unsupported platform");
358359
}
359360

0 commit comments

Comments
 (0)