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

Unified Diff: third_party/WebKit/Source/platform/wtf/AssertionsTest.cpp

Issue 2839663003: Replace ASSERT with DHCECK_op in platform/wtf (Closed)
Patch Set: fix indentation Created 3 years, 7 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 | third_party/WebKit/Source/platform/wtf/dtoa/bignum.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/wtf/AssertionsTest.cpp
diff --git a/third_party/WebKit/Source/platform/wtf/AssertionsTest.cpp b/third_party/WebKit/Source/platform/wtf/AssertionsTest.cpp
index ee6a2e1297454c81c9e81fef800163b83bdf345d..930c02831a84765a56412d8469c1b376e6d041ea 100644
--- a/third_party/WebKit/Source/platform/wtf/AssertionsTest.cpp
+++ b/third_party/WebKit/Source/platform/wtf/AssertionsTest.cpp
@@ -13,7 +13,7 @@ namespace WTF {
TEST(AssertionsTest, Assertions) {
DCHECK(true);
#if DCHECK_IS_ON()
- EXPECT_DEATH_IF_SUPPORTED(ASSERT(false), "");
+ EXPECT_DEATH_IF_SUPPORTED(DCHECK(false), "");
EXPECT_DEATH_IF_SUPPORTED(NOTREACHED(), "");
#endif
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/wtf/dtoa/bignum.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698