diff options
Diffstat (limited to 'base/run_all_unittests.cc')
-rw-r--r-- | base/run_all_unittests.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/base/run_all_unittests.cc b/base/run_all_unittests.cc index e7c7b37..d9f6b58 100644 --- a/base/run_all_unittests.cc +++ b/base/run_all_unittests.cc @@ -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(); } |