diff --git a/xla/backends/cpu/nanort/ifrt_client_test.cc b/xla/backends/cpu/nanort/ifrt_client_test.cc index 7d35e8c4d57d3..47e0836638df2 100644 --- a/xla/backends/cpu/nanort/ifrt_client_test.cc +++ b/xla/backends/cpu/nanort/ifrt_client_test.cc @@ -91,7 +91,7 @@ TEST(NanoIfrtClientTest, BigResult) { auto a_array = client->MakeArrayFromHostBuffer( &a, dtype, shape, std::nullopt, client->default_sharding(), - ifrt::Client::HostBufferSemantics::kImmutableZeroCopy, + /*layout=*/nullptr, ifrt::Client::HostBufferSemantics::kImmutableZeroCopy, /*on_done_with_host_buffer=*/nullptr); CHECK_OK(a_array);