Skip to content

Commit

Permalink
[bazel][libc] Add missing fenv dep for rint test template
Browse files Browse the repository at this point in the history
For 4956118.
  • Loading branch information
rupprecht committed Apr 10, 2024
1 parent e8a3b72 commit 9760872
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ libc_support_library(
deps = [
"//libc:__support_fputil_fenv_impl",
"//libc:__support_fputil_fp_bits",
"//libc:hdr_fenv_macros",
"//libc:hdr_math_macros",
"//libc/test/UnitTest:LibcUnitTest",
"//libc/test/UnitTest:fp_test_helpers",
Expand Down

0 comments on commit 9760872

Please sign in to comment.