Fix bazel build for #166719

This commit is contained in:
Walter Lee 2025-11-08 10:12:23 -05:00 committed by GitHub
parent b9ea93cd5c
commit fa98c8dfde
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -174,6 +174,7 @@ libc_test_library(
deps = [
"//libc:__support_cpp_type_traits",
"//libc:__support_fputil_fp_bits",
"//libc:__support_macros_properties_architectures",
"//libc/test/UnitTest:LibcUnitTest",
],
)