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

Unified Diff: client/simple_string_dictionary_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 | « no previous file | util/misc/initialization_state_dcheck.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/simple_string_dictionary_test.cc
diff --git a/client/simple_string_dictionary_test.cc b/client/simple_string_dictionary_test.cc
index f1e3401361567edc8c56aefbeac0ee86605b084b..4619be742bf87bea84f8c24368c917707b045663 100644
--- a/client/simple_string_dictionary_test.cc
+++ b/client/simple_string_dictionary_test.cc
@@ -276,7 +276,7 @@ TEST(SimpleStringDictionary, OutOfSpace) {
EXPECT_FALSE(map.GetValueForKey("c"));
}
-#if DCHECK_IS_ON
+#if DCHECK_IS_ON()
TEST(SimpleStringDictionaryDeathTest, NullKey) {
TSimpleStringDictionary<4, 6, 6> map;
« no previous file with comments | « no previous file | util/misc/initialization_state_dcheck.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698