From c99a4f9f179cd9cc3d19afd3584cfb734a8857f6 Mon Sep 17 00:00:00 2001 From: "Dimitar (Mitko) Asenov" Date: Fri, 10 Jan 2025 00:37:54 -0800 Subject: [PATCH] [XLA:GPU] Fix broken build. PiperOrigin-RevId: 713944677 --- xla/tests/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/xla/tests/BUILD b/xla/tests/BUILD index b5d5285ba504a..ad2aba8a529e6 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",