Chromium Code Reviews| Index: base/debug/trace_event_unittest.cc |
| =================================================================== |
| --- base/debug/trace_event_unittest.cc (revision 106858) |
| +++ base/debug/trace_event_unittest.cc (working copy) |
| @@ -101,7 +101,7 @@ |
| case IS_NOT_EQUAL: |
| return lhs != rhs; |
| default: |
| - CHECK(0); |
| + ASSERT_TRUE(false); |
|
brettw
2011/10/23 02:53:50
I just ended up reverting this file. The compiler
|
| } |
| return false; |
| } |