From 5d0308f3930887a1610b6965b6c8cec10733cdb2 Mon Sep 17 00:00:00 2001 From: Haojian Wu Date: Thu, 6 Jun 2024 21:14:38 +0200 Subject: [bazel] Port for 649edb8eb25e82e3ac6fce4788f51759636229ec --- utils/bazel/llvm-project-overlay/libc/test/src/__support/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) (limited to 'utils') diff --git a/utils/bazel/llvm-project-overlay/libc/test/src/__support/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/test/src/__support/BUILD.bazel index 3980ef6..c8001fe 100644 --- a/utils/bazel/llvm-project-overlay/libc/test/src/__support/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/libc/test/src/__support/BUILD.bazel @@ -99,6 +99,7 @@ libc_test( name = "fixedvector_test", srcs = ["fixedvector_test.cpp"], deps = [ + "//libc:__support_cpp_array", "//libc:__support_fixedvector", ], ) -- cgit v1.1