We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d025d2 commit 221a65dCopy full SHA for 221a65d
utils/bazel/llvm-project-overlay/libc/test/src/strings/BUILD.bazel
@@ -30,7 +30,7 @@ libc_test(
30
"//libc:bcopy",
31
],
32
deps = [
33
- "//libc/test/string:memory_check_utils",
+ "//libc/test/src/string:memory_check_utils",
34
"//libc:__support_cpp_span",
35
"//libc/test/UnitTest:memory_matcher",
36
@@ -43,7 +43,7 @@ libc_test(
43
"//libc:bcmp",
44
45
46
47
"//libc/test/UnitTest:test_logger",
48
49
)
@@ -55,6 +55,6 @@ libc_test(
55
"//libc:bzero",
56
57
58
59
60
0 commit comments