Skip to content

Commit 221a65d

Browse files
fix paths
1 parent 3d025d2 commit 221a65d

File tree

1 file changed

+3
-3
lines changed
  • utils/bazel/llvm-project-overlay/libc/test/src/strings

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ libc_test(
3030
"//libc:bcopy",
3131
],
3232
deps = [
33-
"//libc/test/string:memory_check_utils",
33+
"//libc/test/src/string:memory_check_utils",
3434
"//libc:__support_cpp_span",
3535
"//libc/test/UnitTest:memory_matcher",
3636
],
@@ -43,7 +43,7 @@ libc_test(
4343
"//libc:bcmp",
4444
],
4545
deps = [
46-
"//libc/test/string:memory_check_utils",
46+
"//libc/test/src/string:memory_check_utils",
4747
"//libc/test/UnitTest:test_logger",
4848
],
4949
)
@@ -55,6 +55,6 @@ libc_test(
5555
"//libc:bzero",
5656
],
5757
deps = [
58-
"//libc/test/string:memory_check_utils",
58+
"//libc/test/src/string:memory_check_utils",
5959
],
6060
)

0 commit comments

Comments
 (0)