diff --git a/utils/bazel/llvm-project-overlay/libc/test/src/stdlib/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/test/src/stdlib/BUILD.bazel index 0e6ad6ea2e4e..23088e363401 100644 --- a/utils/bazel/llvm-project-overlay/libc/test/src/stdlib/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/libc/test/src/stdlib/BUILD.bazel @@ -51,9 +51,11 @@ libc_test( srcs = ["atof_test.cpp"], libc_function_deps = [ "//libc:atof", + ], + deps = [ + "//libc:__support_fputil_fp_bits", "//libc:errno", ], - deps = ["//libc:__support_fputil_fp_bits"], ) libc_test(