From 78eb71373463d6db40e226cabf1767adc05751c2 Mon Sep 17 00:00:00 2001 From: "Dimitar (Mitko) Asenov" Date: Thu, 9 Jan 2025 23:57:51 -0800 Subject: [PATCH] [XLA:GPU] Fix broken build. PiperOrigin-RevId: 713935928 --- xla/tests/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/xla/tests/BUILD b/xla/tests/BUILD index b5d5285ba504a4..ad2aba8a529e65 100644 --- a/xla/tests/BUILD +++ b/xla/tests/BUILD @@ -2445,6 +2445,7 @@ xla_test( "//xla:error_spec", "//xla:literal", "//xla:literal_util", + "//xla/hlo/testlib:verified_hlo_module", "//xla/service:computation_placer", "//xla/service:hlo_module_config", "@com_google_absl//absl/log",