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 b380370 commit 3fab6bdCopy full SHA for 3fab6bd
libc/test/src/string/memcpy_test.cpp
@@ -78,7 +78,7 @@ TEST(LlvmLibcMemcpyTest, CheckAccess) {
78
TEST(LlvmLibcMemcpyTest, CrashOnNullPtr) {
79
ASSERT_DEATH([]() { LIBC_NAMESPACE::memcpy(nullptr, nullptr, 1); },
80
WITH_SIGNAL(-1));
81
-
+}
82
#endif // defined(LIBC_TARGET_OS_IS_LINUX)
83
84
} // namespace LIBC_NAMESPACE_DECL
0 commit comments