Skip to content

Commit 09ff6db

Browse files
[bazel] add missing dep to errno_test_helpers (#132278)
Bazel doesn't complain, but downstream it's causing build failures.
1 parent 3fbc9b9 commit 09ff6db

File tree

1 file changed

+1
-0
lines changed
  • utils/bazel/llvm-project-overlay/libc/test/UnitTest

1 file changed

+1
-0
lines changed

utils/bazel/llvm-project-overlay/libc/test/UnitTest/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ libc_test_library(
8080
],
8181
deps = [
8282
":LibcUnitTest",
83+
"//libc:__support_macros_config",
8384
"//libc:errno",
8485
],
8586
)

0 commit comments

Comments
 (0)