Index: runtime/vm/object_graph_test.cc |
=================================================================== |
--- runtime/vm/object_graph_test.cc (revision 44579) |
+++ runtime/vm/object_graph_test.cc (working copy) |
@@ -59,7 +59,7 @@ |
intptr_t d_size = d.raw()->Size(); |
{ |
// No more allocation; raw pointers ahead. |
- NoGCScope no_gc_scope; |
+ NoSafepointScope no_safepoint_scope; |
RawObject* b_raw = b.raw(); |
// Clear handles to cut unintended retained paths. |
b = Array::null(); |