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
This commit is contained in:
verwaest@chromium.org 2012-07-17 16:00:00 +00:00
parent 43d0ed048d
commit 33147848dc

View File

@ -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);
}