Revision: 3373 Author: [email protected] Date: Fri Nov 27 00:19:25 2009 Log: Fix lint errors
[email protected] Review URL: http://codereview.chromium.org/445004 http://code.google.com/p/v8/source/detail?r=3373 Modified: /branches/bleeding_edge/test/cctest/test-api.cc ======================================= --- /branches/bleeding_edge/test/cctest/test-api.cc Thu Nov 26 23:57:45 2009 +++ /branches/bleeding_edge/test/cctest/test-api.cc Fri Nov 27 00:19:25 2009 @@ -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
