[bazel] Add missing errno deps one more time
This commit is contained in:
@@ -81,6 +81,7 @@ libc_test_library(
|
||||
],
|
||||
deps = [
|
||||
":LibcUnitTest",
|
||||
"//libc:__support_libc_errno",
|
||||
"//libc:__support_macros_config",
|
||||
"//libc:errno",
|
||||
],
|
||||
|
||||
@@ -204,6 +204,7 @@ libc_test_library(
|
||||
"//libc:__support_cpp_limits",
|
||||
"//libc:__support_cpp_type_traits",
|
||||
"//libc:__support_ctype_utils",
|
||||
"//libc:__support_libc_errno",
|
||||
"//libc:__support_macros_properties_architectures",
|
||||
"//libc:errno",
|
||||
"//libc/test/UnitTest:LibcUnitTest",
|
||||
|
||||
Reference in New Issue
Block a user