mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 04:16:08 +00:00
[libc][bazel] Fix missing dependency in test/src/stdlib targets.
This commit is contained in:
parent
a8831631c7
commit
4d5fd9b79f
@ -15,6 +15,7 @@ cc_library(
|
||||
hdrs = ["AtoiTest.h"],
|
||||
deps = [
|
||||
"//libc:__support_cpp_type_traits",
|
||||
"//libc/test/UnitTest:LibcUnitTest",
|
||||
],
|
||||
)
|
||||
|
||||
@ -76,6 +77,7 @@ cc_library(
|
||||
deps = [
|
||||
"//libc:__support_cpp_limits",
|
||||
"//libc:__support_cpp_type_traits",
|
||||
"//libc/test/UnitTest:LibcUnitTest",
|
||||
],
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user