| Index: runtime/observatory/tests/observatory_ui/mocks/objects/isolate.dart
|
| diff --git a/runtime/observatory/tests/observatory_ui/mocks/objects/isolate.dart b/runtime/observatory/tests/observatory_ui/mocks/objects/isolate.dart
|
| index 1e325fb19fd9f51137a9c182e17028174c9b026d..fa841307284410a8b3a9c00983451af3ca051d3d 100644
|
| --- a/runtime/observatory/tests/observatory_ui/mocks/objects/isolate.dart
|
| +++ b/runtime/observatory/tests/observatory_ui/mocks/objects/isolate.dart
|
| @@ -10,6 +10,10 @@ class IsolateRefMock implements M.IsolateRef {
|
| final String name;
|
|
|
| const IsolateRefMock({this.id: 'i-id', this.number, this.name: 'i-name'});
|
| +
|
| + Future collectAllGarbage() async {
|
| + throw "Unimplemented";
|
| + }
|
| }
|
|
|
| class IsolateMock implements M.Isolate {
|
|
|