Skip to content

Commit 27751c3

Browse files
authored
Update BUILD.bazel after #121482
1 parent d993b11 commit 27751c3

File tree

1 file changed

+2
-0
lines changed
  • utils/bazel/llvm-project-overlay/libc/test/src/stdlib

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ libc_test(
126126
libc_function_deps = ["//libc:qsort"],
127127
deps = [
128128
":qsort_test_helper",
129+
"//libc:qsort_util",
129130
"//libc:types_size_t",
130131
],
131132
)
@@ -136,6 +137,7 @@ libc_test(
136137
libc_function_deps = ["//libc:qsort"],
137138
deps = [
138139
":qsort_test_helper",
140+
"//libc:qsort_util",
139141
"//libc:types_size_t",
140142
],
141143
)

0 commit comments

Comments
 (0)