Skip to content

Commit 023504f

Browse files
Add missing dependency for tests.
1 parent 32d8c24 commit 023504f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/bazel/llvm-project-overlay/libc/test/src/math/libc_math_test_rules.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def math_test(name, hdrs = [], deps = [], **kwargs):
3232
"//libc:__support_fputil_fp_bits",
3333
"//libc:__support_fputil_manipulation_functions",
3434
"//libc:__support_fputil_nearest_integer_operations",
35+
"//libc:__support_fputil_normal_float",
3536
"//libc:__support_uint128",
3637
"//libc/test/UnitTest:fp_test_helpers",
3738
] + deps,

0 commit comments

Comments
 (0)