Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/asan/tests/
Dasan_str_test.cpp102 size_t hello_len = 13; in TEST() local
103 size_t hello_size = (hello_len + 1) * sizeof(wchar_t); in TEST()
104 EXPECT_EQ(hello_len, wcslen(Ident(L"Hello, World!"))); in TEST()
107 EXPECT_EQ(hello_len, Ident(wcslen(heap_string))); in TEST()