Commit c75ff5e8 authored by sgjesse@chromium.org's avatar sgjesse@chromium.org

Fix lint errors

TBR=ager@chromium.org
Review URL: http://codereview.chromium.org/445004

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3373 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 5764362d
......@@ -8560,7 +8560,7 @@ TEST(Bug528) {
for (gc_count = 1; gc_count < 10; gc_count++) {
v8::internal::Heap::CollectAllGarbage(false);
if (GetGlobalObjectsCount() == 0) break;
}
}
CHECK_EQ(0, GetGlobalObjectsCount());
// Compilation cache size is different for Android.
......@@ -8589,7 +8589,7 @@ TEST(Bug528) {
for (gc_count = 1; gc_count < 10; gc_count++) {
v8::internal::Heap::CollectAllGarbage(false);
if (GetGlobalObjectsCount() == 0) break;
}
}
CHECK_EQ(0, GetGlobalObjectsCount());
// Compilation cache size is different for Android.
......
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