Skip to content

Commit 5c894d1

Browse files
committed
fixed test name
1 parent 5e36203 commit 5c894d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/test/src/wchar/wcspbrk_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ TEST(LlvmLibcWCSPBrkTest, FindsFirstInBreakset) {
6262
}
6363

6464
#if defined(LIBC_ADD_NULL_CHECKS) && !defined(LIBC_HAS_SANITIZER)
65-
TEST(LlvmLibcWMemcmpTest, NullptrCrash) {
65+
TEST(LlvmLibcWCSPBrkTest, NullptrCrash) {
6666
// Passing in a nullptr should crash the program.
6767
EXPECT_DEATH([] { LIBC_NAMESPACE::wcspbrk(L"aaaaaaaaaaaaaa", nullptr); },
6868
WITH_SIGNAL(-1));

0 commit comments

Comments
 (0)