From: sgjesse@chromium.org Date: Fri, 27 Nov 2009 08:19:25 +0000 (+0000) Subject: Fix lint errors X-Git-Tag: upstream/4.7.83~22883 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c75ff5e8b5dcf51b9a6e8f8c219618f73d8553ef;p=platform%2Fupstream%2Fv8.git 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 --- diff --git a/test/cctest/test-api.cc b/test/cctest/test-api.cc index 35c8f7b..c199cdb 100644 --- a/test/cctest/test-api.cc +++ b/test/cctest/test-api.cc @@ -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.