Commit 33147848 authored by verwaest@chromium.org's avatar verwaest@chromium.org

Fix presubmit failure in r12107.

Review URL: https://chromiumcodereview.appspot.com/10780035

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@12108 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 43d0ed04
......@@ -10973,8 +10973,8 @@ TEST(SetFunctionEntryHook) {
// Verify that entry hooking is now disabled.
RunLoopInNewEnv();
CHECK(0u == bar_count);
CHECK(0u == foo_count);
CHECK_EQ(0u, bar_count);
CHECK_EQ(0u, foo_count);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment