| Index: mojo/edk/system/core_unittest.cc
|
| diff --git a/mojo/edk/system/core_unittest.cc b/mojo/edk/system/core_unittest.cc
|
| index 847120c09c62bfeaac53b533b11a1f3f49002716..a25c7af3d08cbf7072dc077b65407e05d5a37f53 100644
|
| --- a/mojo/edk/system/core_unittest.cc
|
| +++ b/mojo/edk/system/core_unittest.cc
|
| @@ -445,7 +445,11 @@ TEST_F(CoreTest, InvalidArguments) {
|
| // (for required pointer arguments) will still cause death, but perhaps not
|
| // predictably.
|
| TEST_F(CoreTest, InvalidArgumentsDeath) {
|
| +#if defined(OFFICIAL_BUILD)
|
| + const char kMemoryCheckFailedRegex[] = "";
|
| +#else
|
| const char kMemoryCheckFailedRegex[] = "Check failed";
|
| +#endif
|
|
|
| // |WaitMany()|:
|
| {
|
|
|