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 66ac46437a1d42..a8b37c5ddcc2ce 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 @@ -115,7 +115,7 @@ libc_support_library( hdrs = ["SortingTest.h"], deps = [ "//libc:__support_macros_config", - "//libc:qsort_util", + "//libc:qsort", "//libc/test/UnitTest:LibcUnitTest", ], )