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 029e3a5dbe511ef14adad99333b6c32d10c6b241..ee6a2e1297454c81c9e81fef800163b83bdf345d 100644 |
--- a/third_party/WebKit/Source/platform/wtf/AssertionsTest.cpp |
+++ b/third_party/WebKit/Source/platform/wtf/AssertionsTest.cpp |
@@ -11,7 +11,7 @@ |
namespace WTF { |
TEST(AssertionsTest, Assertions) { |
- ASSERT(true); |
+ DCHECK(true); |
#if DCHECK_IS_ON() |
EXPECT_DEATH_IF_SUPPORTED(ASSERT(false), ""); |
EXPECT_DEATH_IF_SUPPORTED(NOTREACHED(), ""); |