Index: base/debug/trace_event_unittest.cc |
=================================================================== |
--- base/debug/trace_event_unittest.cc (revision 106774) |
+++ base/debug/trace_event_unittest.cc (working copy) |
@@ -101,7 +101,7 @@ |
case IS_NOT_EQUAL: |
return lhs != rhs; |
default: |
- CHECK(0); |
+ NOTREACHED(); |
jar (doing other things)
2011/10/23 00:36:28
This is a unit test... so CHECK vs DCHECK is not c
|
} |
return false; |
} |