Chromium Code Reviews| Index: test/cctest/test-mark-compact.cc |
| =================================================================== |
| --- test/cctest/test-mark-compact.cc (revision 12497) |
| +++ test/cctest/test-mark-compact.cc (working copy) |
| @@ -545,9 +545,9 @@ |
| } |
| } else { |
| if (v8::internal::Snapshot::IsEnabled()) { |
| - CHECK_LE(delta, 2600 * 1024); // 2484. |
| + CHECK_LE(delta, 2500 * 1024); // 2400. |
| } else { |
| - CHECK_LE(delta, 2950 * 1024); // 2844 |
| + CHECK_LE(delta, 2860 * 1024); // 2760. |
| } |
| } |
| } |