diff --git a/src/client/linux/handler/exception_handler_unittest.cc b/src/client/linux/handler/exception_handler_unittest.cc index 67c05f6b..7186db9f 100644 --- a/src/client/linux/handler/exception_handler_unittest.cc +++ b/src/client/linux/handler/exception_handler_unittest.cc @@ -107,7 +107,7 @@ TEST(ExceptionHandlerTest, ChildCrash) { close(fds[0]); ExceptionHandler handler(TEMPDIR, NULL, DoneCallback, (void*) fds[1], true); - *reinterpret_cast(NULL) = 0; + *reinterpret_cast(NULL) = 0; } close(fds[1]); @@ -714,7 +714,7 @@ TEST(ExceptionHandlerTest, ExternalDumper) { close(fds[0]); ExceptionHandler handler("/tmp1", NULL, NULL, (void*) fds[1], true); handler.set_crash_handler(CrashHandler); - *reinterpret_cast(NULL) = 0; + *reinterpret_cast(NULL) = 0; } close(fds[1]); struct msghdr msg = {0};