Skip to content

Commit 933aa3e

Browse files
[Bazel] Fixes a7eaec7 (llvm#206035)
This fixes a7eaec7. Co-authored-by: Google Bazel Bot <google-bazel-bot@google.com>
1 parent a61830a commit 933aa3e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

  • utils/bazel/llvm-project-overlay/libc/test/src/__support/CPP

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,11 @@ libc_test(
8787
libc_test(
8888
name = "stringview_test",
8989
srcs = ["stringview_test.cpp"],
90-
deps = ["//libc:__support_cpp_string_view"],
90+
deps = [
91+
"//libc:__support_cpp_string_view",
92+
"//libc:__support_cpp_type_traits",
93+
"//libc:string_memory_utils",
94+
],
9195
)
9296

9397
libc_test(

0 commit comments

Comments
 (0)