| Index: runtime/vm/object_graph_test.cc
|
| diff --git a/runtime/vm/object_graph_test.cc b/runtime/vm/object_graph_test.cc
|
| index f840284fde0681dcdef46aa635b259d836e6498d..0056bee1d41af34a1f2391fe1ef0b70ecfaaa1ef 100644
|
| --- a/runtime/vm/object_graph_test.cc
|
| +++ b/runtime/vm/object_graph_test.cc
|
| @@ -38,7 +38,7 @@ class CounterVisitor : public ObjectGraph::Visitor {
|
| };
|
|
|
|
|
| -VM_TEST_CASE(ObjectGraph) {
|
| +ISOLATE_UNIT_TEST_CASE(ObjectGraph) {
|
| Isolate* isolate = thread->isolate();
|
| // Create a simple object graph with objects a, b, c, d:
|
| // a+->b+->c
|
|
|