Home
last modified time | relevance | path

Searched refs:groundtruth (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libc/test/src/string/
H A Dmemcpy_test.cpp29 const Data groundtruth = get_data(k_numbers); in TEST() local
34 const char *const src = groundtruth.data(); in TEST()
44 ASSERT_EQ(buffer[align + i], groundtruth[i]); in TEST()