Chromium Code Reviews| Index: base/run_all_unittests.cc |
| =================================================================== |
| --- base/run_all_unittests.cc (revision 7931) |
| +++ base/run_all_unittests.cc (working copy) |
| @@ -2,10 +2,8 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -#include "base/process_util.h" |
| #include "base/test_suite.h" |
| int main(int argc, char** argv) { |
| - base::EnableTerminationOnHeapCorruption(); |
| return TestSuite(argc, argv).Run(); |
| } |