Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1708)

Unified Diff: base/test/run_all_unittests.cc

Issue 1542553002: Revert of Allow IAT patches to fail when patching for Active Verifier. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/debug/close_handle_hook_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/run_all_unittests.cc
diff --git a/base/test/run_all_unittests.cc b/base/test/run_all_unittests.cc
index f3fb3d14396f563b013365353e4c60c996971536..84e6d3f9dae55f6b48a8b7aa6890c18a8eb4e453 100644
--- a/base/test/run_all_unittests.cc
+++ b/base/test/run_all_unittests.cc
@@ -22,7 +22,7 @@
#endif
base::TestSuite test_suite(argc, argv);
#if defined(OS_WIN)
- CHECK(base::debug::InstallHandleHooks());
+ base::debug::InstallHandleHooks();
#endif
int ret = base::LaunchUnitTests(
argc, argv,
« no previous file with comments | « base/debug/close_handle_hook_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698