Skip to content

Commit 3fab6bd

Browse files
committed
Missing braxe in memcpy_test.cpp
1 parent b380370 commit 3fab6bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/test/src/string/memcpy_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ TEST(LlvmLibcMemcpyTest, CheckAccess) {
7878
TEST(LlvmLibcMemcpyTest, CrashOnNullPtr) {
7979
ASSERT_DEATH([]() { LIBC_NAMESPACE::memcpy(nullptr, nullptr, 1); },
8080
WITH_SIGNAL(-1));
81-
81+
}
8282
#endif // defined(LIBC_TARGET_OS_IS_LINUX)
8383

8484
} // namespace LIBC_NAMESPACE_DECL

0 commit comments

Comments
 (0)