| Index: sandbox/linux/tests/unit_tests.h
|
| diff --git a/sandbox/linux/tests/unit_tests.h b/sandbox/linux/tests/unit_tests.h
|
| index 78bf9bcf18b56c81c2cf54a665369816e3ceb27f..10aeccbd2e2f3420aa40dbaa6258260b6ac412fc 100644
|
| --- a/sandbox/linux/tests/unit_tests.h
|
| +++ b/sandbox/linux/tests/unit_tests.h
|
| @@ -24,7 +24,7 @@ namespace sandbox {
|
| static_cast<const char *>(msg))
|
| #define DEATH_EXIT_CODE(rc) sandbox::UnitTests::DeathExitCode, \
|
| reinterpret_cast<void *>(static_cast<intptr_t>(rc))
|
| -#define DEATH_BY_SIGNAL(s) sandbox::UnitTests::DeathExitCode, \
|
| +#define DEATH_BY_SIGNAL(s) sandbox::UnitTests::DeathBySignal, \
|
| reinterpret_cast<void *>(static_cast<intptr_t>(s))
|
|
|
| // A SANDBOX_DEATH_TEST is just like a SANDBOX_TEST (see below), but it assumes
|
|
|