Fix presubmit error.
TBR=sgjesse@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/8770042 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@10141 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
929c619101
commit
de55888842
@ -6869,7 +6869,7 @@ TEST(DebugBreakFunctionApply) {
|
||||
foo->Call(env->Global(), 0, NULL);
|
||||
|
||||
// When keeping the debug break several break will happen.
|
||||
CHECK(break_point_hit_count > 1);
|
||||
CHECK_GT(break_point_hit_count, 1);
|
||||
|
||||
v8::Debug::SetDebugEventListener(NULL);
|
||||
CheckDebuggerUnloaded();
|
||||
|
Loading…
Reference in New Issue
Block a user