[bazel] Fix errno dep location: libc_function_deps -> deps
authorJordan Rupprecht <rupprecht@google.com>
Fri, 3 Mar 2023 20:59:56 +0000 (12:59 -0800)
committerJordan Rupprecht <rupprecht@google.com>
Fri, 3 Mar 2023 20:59:56 +0000 (12:59 -0800)
utils/bazel/llvm-project-overlay/libc/test/src/stdlib/BUILD.bazel

index 0e6ad6e..23088e3 100644 (file)
@@ -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(