[NFC][libc] Switch mem* tests from ArrayRef to span
authorGuillaume Chatelet <gchatelet@google.com>
Mon, 22 Aug 2022 09:56:38 +0000 (09:56 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Mon, 22 Aug 2022 09:58:35 +0000 (09:58 +0000)
commit22bc0fde556ea94a9682b03dcb18c130dcaf071f
tree35e405623953b84cfa950f3f0652b2724db04fab
parent04a68fce1395fd6774d7be954688cd6dee12ffa2
[NFC][libc] Switch mem* tests from ArrayRef to span
12 files changed:
libc/test/src/string/bzero_test.cpp
libc/test/src/string/memccpy_test.cpp
libc/test/src/string/memcpy_test.cpp
libc/test/src/string/memmove_test.cpp
libc/test/src/string/memory_utils/backend_test.cpp
libc/test/src/string/memory_utils/elements_test.cpp
libc/test/src/string/memory_utils/memory_access_test.cpp
libc/test/src/string/memset_test.cpp
libc/test/src/string/strncpy_test.cpp
libc/utils/UnitTest/CMakeLists.txt
libc/utils/UnitTest/MemoryMatcher.cpp
libc/utils/UnitTest/MemoryMatcher.h