We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e36203 commit 5c894d1Copy full SHA for 5c894d1
libc/test/src/wchar/wcspbrk_test.cpp
@@ -62,7 +62,7 @@ TEST(LlvmLibcWCSPBrkTest, FindsFirstInBreakset) {
62
}
63
64
#if defined(LIBC_ADD_NULL_CHECKS) && !defined(LIBC_HAS_SANITIZER)
65
-TEST(LlvmLibcWMemcmpTest, NullptrCrash) {
+TEST(LlvmLibcWCSPBrkTest, NullptrCrash) {
66
// Passing in a nullptr should crash the program.
67
EXPECT_DEATH([] { LIBC_NAMESPACE::wcspbrk(L"aaaaaaaaaaaaaa", nullptr); },
68
WITH_SIGNAL(-1));
0 commit comments