Index: test/cctest/test-mark-compact.cc |
=================================================================== |
--- test/cctest/test-mark-compact.cc (revision 10502) |
+++ test/cctest/test-mark-compact.cc (working copy) |
@@ -540,7 +540,7 @@ |
} |
} else { |
if (v8::internal::Snapshot::IsEnabled()) { |
- CHECK_LE(booted_memory - initial_memory, 6500 * 1024); // 6356. |
+ CHECK_LE(booted_memory - initial_memory, 6500 * 1024); // 6365. |
} else { |
CHECK_LE(booted_memory - initial_memory, 6654 * 1024); // 6424 |
} |