Index: runtime/vm/snapshot_test.cc |
diff --git a/runtime/vm/snapshot_test.cc b/runtime/vm/snapshot_test.cc |
index 7b4a5d3a0ce16dcd342ba940360e16f395eaa020..6d5b6e6ecab89ba2e89aba416132bc90c0028fa7 100644 |
--- a/runtime/vm/snapshot_test.cc |
+++ b/runtime/vm/snapshot_test.cc |
@@ -1186,7 +1186,7 @@ UNIT_TEST_CASE(FullSnapshot) { |
{ |
FullSnapshotWriter writer( |
Snapshot::kCore, NULL, &isolate_snapshot_data_buffer, |
- &malloc_allocator, NULL, NULL /* instructions_writer */); |
+ &malloc_allocator, NULL, NULL /* image_writer */); |
writer.WriteFullSnapshot(); |
} |
} |
@@ -1243,7 +1243,7 @@ UNIT_TEST_CASE(FullSnapshot1) { |
{ |
FullSnapshotWriter writer( |
Snapshot::kCore, NULL, &isolate_snapshot_data_buffer, |
- &malloc_allocator, NULL, NULL /* instructions_writer */); |
+ &malloc_allocator, NULL, NULL /* image_writer */); |
writer.WriteFullSnapshot(); |
} |