| Index: vm/snapshot_test.cc
|
| ===================================================================
|
| --- vm/snapshot_test.cc (revision 12139)
|
| +++ vm/snapshot_test.cc (working copy)
|
| @@ -663,8 +663,9 @@
|
|
|
| class TestSnapshotWriter : public SnapshotWriter {
|
| public:
|
| + static const intptr_t kIncrementSize = 64 * KB;
|
| TestSnapshotWriter(uint8_t** buffer, ReAlloc alloc)
|
| - : SnapshotWriter(Snapshot::kScript, buffer, alloc) {
|
| + : SnapshotWriter(Snapshot::kScript, buffer, alloc, kIncrementSize) {
|
| ASSERT(buffer != NULL);
|
| ASSERT(alloc != NULL);
|
| }
|
|
|