Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(679)

Unified Diff: test/cctest/test-libplatform-worker-thread.cc

Issue 430503007: Rename ASSERT* to DCHECK*. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: REBASE and fixes Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/cctest/test-heap-profiler.cc ('k') | test/cctest/test-liveedit.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-libplatform-worker-thread.cc
diff --git a/test/cctest/test-libplatform-worker-thread.cc b/test/cctest/test-libplatform-worker-thread.cc
index cd6336a03265d4bd05dc8bb64cb9614b1908869a..ba6b51fd022126728c74b637e6b7babc8f7ae759 100644
--- a/test/cctest/test-libplatform-worker-thread.cc
+++ b/test/cctest/test-libplatform-worker-thread.cc
@@ -55,7 +55,7 @@ TEST(WorkerThread) {
queue.Append(task3);
queue.Append(task4);
- // TaskQueue ASSERTs that it is empty in its destructor.
+ // TaskQueue DCHECKs that it is empty in its destructor.
queue.Terminate();
delete thread1;
« no previous file with comments | « test/cctest/test-heap-profiler.cc ('k') | test/cctest/test-liveedit.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698