[libc][obvious] fix missing memory_check_utils
authorMichael Jones <michaelrj@google.com>
Mon, 20 Mar 2023 22:04:48 +0000 (15:04 -0700)
committerMichael Jones <michaelrj@google.com>
Mon, 20 Mar 2023 22:06:58 +0000 (15:06 -0700)
commitf2c3a9cbd229791b63d58f7499fe9ebf74c3303b
tree1b694b51db56689557e8b1feabadce62298ac4c5
parent919a3f1c751bf27c3c28018d8ff6cb55a81a5164
[libc][obvious] fix missing memory_check_utils

memmove and bcopy tests were missing a dependancy on memory_check_utils
in the bazel build, causing build failures.

Differential Revision: https://reviews.llvm.org/D146462
utils/bazel/llvm-project-overlay/libc/test/src/string/BUILD.bazel