Skip to content

Commit 096d061

Browse files
Add missing dependency after 80ab823
1 parent 88986d6 commit 096d061

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ libc_test(
6565
srcs = ["integer_to_string_test.cpp"],
6666
deps = [
6767
"//libc:__support_cpp_span",
68+
"//libc:__support_cpp_limits",
6869
"//libc:__support_cpp_string_view",
6970
"//libc:__support_integer_literals",
7071
"//libc:__support_integer_to_string",

0 commit comments

Comments
 (0)