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

Unified Diff: test/cctest/test-debug.cc

Issue 2677183002: [test] Make CHECK_EQ calls in cctest consistent. (Closed)
Patch Set: Cleanup order for test.x checks. Created 3 years, 10 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-code-stub-assembler.cc ('k') | test/cctest/test-dictionary.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-debug.cc
diff --git a/test/cctest/test-debug.cc b/test/cctest/test-debug.cc
index ce069884cb699499a00c337d311d1a125284fb71..b885aac5b016a548dc1d4f9123e7b4386f8aa697 100644
--- a/test/cctest/test-debug.cc
+++ b/test/cctest/test-debug.cc
@@ -6629,7 +6629,7 @@ TEST(DebugStepOverFunctionWithCaughtException) {
"foo();\n");
v8::Debug::SetDebugEventListener(env->GetIsolate(), nullptr);
- CHECK_EQ(break_point_hit_count, 4);
+ CHECK_EQ(4, break_point_hit_count);
}
bool out_of_memory_callback_called = false;
« no previous file with comments | « test/cctest/test-code-stub-assembler.cc ('k') | test/cctest/test-dictionary.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698