Skip to content

Commit 4d5fd9b

Browse files
committed
[libc][bazel] Fix missing dependency in test/src/stdlib targets.
1 parent a883163 commit 4d5fd9b

File tree

1 file changed

+2
-0
lines changed
  • utils/bazel/llvm-project-overlay/libc/test/src/stdlib

1 file changed

+2
-0
lines changed

utils/bazel/llvm-project-overlay/libc/test/src/stdlib/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ cc_library(
1515
hdrs = ["AtoiTest.h"],
1616
deps = [
1717
"//libc:__support_cpp_type_traits",
18+
"//libc/test/UnitTest:LibcUnitTest",
1819
],
1920
)
2021

@@ -76,6 +77,7 @@ cc_library(
7677
deps = [
7778
"//libc:__support_cpp_limits",
7879
"//libc:__support_cpp_type_traits",
80+
"//libc/test/UnitTest:LibcUnitTest",
7981
],
8082
)
8183

0 commit comments

Comments
 (0)