Skip to content

Commit 24126c4

Browse files
remove TODO
1 parent 30655b4 commit 24126c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libc/test/src/string/memory_utils/op_tests.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@ int CmpBlockAdaptor(cpp::span<char> p1, cpp::span<char> p2, size_t size) {
246246
return (int)FnImpl(as_byte(p1), as_byte(p2));
247247
}
248248

249-
// TODO: should testing of bcmp be moved to libc/test/src/strings/ dir?
250249
TYPED_TEST(LlvmLibcOpTest, Bcmp, BcmpImplementations) {
251250
using Impl = ParamType;
252251
constexpr size_t kSize = Impl::SIZE;

0 commit comments

Comments
 (0)