Chromium Code Reviews| Index: base/test/test_io_thread.cc |
| diff --git a/base/test/test_io_thread.cc b/base/test/test_io_thread.cc |
| index ce4a8d10de27c74fdd9942c51c6c08811b2568ef..8f18879f9210d2d81739ad6523259e24df45b1f2 100644 |
| --- a/base/test/test_io_thread.cc |
| +++ b/base/test/test_io_thread.cc |
| @@ -17,7 +17,8 @@ TestIOThread::TestIOThread(Mode mode) |
| case kManualStart: |
| return; |
| } |
| - CHECK(false) << "Invalid mode"; |
| + // Invalid mode |
| + CHECK(false); |
| } |
| TestIOThread::~TestIOThread() { |