Index: test/cctest/test-field-type-tracking.cc |
diff --git a/test/cctest/test-field-type-tracking.cc b/test/cctest/test-field-type-tracking.cc |
index d054369c5fcbcd325785edd4bb0ae83fdbd27e18..33fe9b8a5ba5474f0fbd677b1aa5a293be5da705 100644 |
--- a/test/cctest/test-field-type-tracking.cc |
+++ b/test/cctest/test-field-type-tracking.cc |
@@ -104,7 +104,7 @@ class Expectations { |
void Init(int index, PropertyType type, PropertyAttributes attributes, |
Representation representation, Handle<Object> value) { |
- DCHECK(index < MAX_PROPERTIES); |
+ CHECK(index < MAX_PROPERTIES); |
types_[index] = type; |
attributes_[index] = attributes; |
representations_[index] = representation; |