Skip to content

Commit dc5939d

Browse files
committed
[Bazel][libc] Add fp_test_helper in deps
1 parent 2cbc2e3 commit dc5939d

File tree

1 file changed

+1
-0
lines changed
  • utils/bazel/llvm-project-overlay/libc/test/src/math

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ libc_support_library(
298298
"//libc:__support_fputil_fp_bits",
299299
"//libc:__support_fputil_manipulation_functions",
300300
"//libc:hdr_math_macros",
301+
"//libc/test/UnitTest:fp_test_helpers",
301302
"//libc/test/UnitTest:LibcUnitTest",
302303
],
303304
)

0 commit comments

Comments
 (0)