| Index: runtime/observatory/tests/service/graph_test.dart
|
| diff --git a/runtime/observatory/tests/service/graph_test.dart b/runtime/observatory/tests/service/graph_test.dart
|
| index fe31d16eb1799d3742de2cef2bf670c3d96312a9..424747b4453a91d80f93e271dee46c65989514e5 100644
|
| --- a/runtime/observatory/tests/service/graph_test.dart
|
| +++ b/runtime/observatory/tests/service/graph_test.dart
|
| @@ -42,7 +42,7 @@ var tests = [
|
| Class fooClass = lib.classes.first;
|
| fooId = fooClass.vmCid;
|
|
|
| - HeapSnapshot snapshot = await isolate.fetchHeapSnapshot().last;
|
| + HeapSnapshot snapshot = await isolate.fetchHeapSnapshot(false).last;
|
| ObjectGraph graph = snapshot.graph;
|
|
|
| expect(fooId, isNotNull);
|
|
|