Chromium Code Reviews| Index: test/cctest/test-mark-compact.cc |
| =================================================================== |
| --- test/cctest/test-mark-compact.cc (revision 10083) |
| +++ test/cctest/test-mark-compact.cc (working copy) |
| @@ -142,9 +142,6 @@ |
| // Call mark compact GC, and it should pass. |
| HEAP->CollectGarbage(OLD_POINTER_SPACE); |
| - |
| - // array should not be promoted because the old space is full. |
| - CHECK(HEAP->InSpace(*array, NEW_SPACE)); |
| } |