Index: base/threading/non_thread_safe_unittest.cc |
=================================================================== |
--- base/threading/non_thread_safe_unittest.cc (revision 106774) |
+++ base/threading/non_thread_safe_unittest.cc (working copy) |
@@ -20,7 +20,7 @@ |
// Verifies that it was called on the same thread as the constructor. |
void DoStuff() { |
- CHECK(CalledOnValidThread()); |
+ DCHECK(CalledOnValidThread()); |
jar (doing other things)
2011/10/23 00:36:28
Better would be ASSERT, since this is a test file.
|
} |
void DetachFromThread() { |