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