Chromium Code Reviews| Index: test/cctest/test-log.cc |
| =================================================================== |
| --- test/cctest/test-log.cc (revision 2747) |
| +++ test/cctest/test-log.cc (working copy) |
| @@ -685,7 +685,7 @@ |
| " obj.test =\n" |
| " (function a(j) { return function b() { return j; } })(100);\n" |
| "})(this);"); |
| - i::Heap::CollectAllGarbage(); |
| + i::Heap::CollectAllGarbage(false); |
| EmbeddedVector<char, 204800> buffer; |
| int log_size; |