Reviewers: Mads Ager, Description: Fix lint errors
[email protected] Please review this at http://codereview.chromium.org/445004 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M test/cctest/test-api.cc Index: test/cctest/test-api.cc =================================================================== --- test/cctest/test-api.cc (revision 3372) +++ test/cctest/test-api.cc (working copy) @@ -8560,7 +8560,7 @@ 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 @@ 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. -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
