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

Unified Diff: util/misc/initialization_state_dcheck_test.cc

Issue 1287043005: DCHECK_IS_ON needs ()'s (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad.git@master
Patch Set: Fix all the places Created 5 years, 4 months 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 | « util/misc/initialization_state_dcheck.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/misc/initialization_state_dcheck_test.cc
diff --git a/util/misc/initialization_state_dcheck_test.cc b/util/misc/initialization_state_dcheck_test.cc
index 7c68255eed185445fd098fae7b0fe6cb396b4090..b293ab72125d759e478e6c14179d6ba2217ad53a 100644
--- a/util/misc/initialization_state_dcheck_test.cc
+++ b/util/misc/initialization_state_dcheck_test.cc
@@ -29,7 +29,7 @@ TEST(InitializationStateDcheck, InitializationStateDcheck) {
INITIALIZATION_STATE_DCHECK_VALID(initialization_state_dcheck);
}
-#if DCHECK_IS_ON
+#if DCHECK_IS_ON()
// InitializationStateDcheck only DCHECKs, so the death tests can only run
// when DCHECKs are enabled.
« no previous file with comments | « util/misc/initialization_state_dcheck.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698