| Index: runtime/observatory/tests/observatory_ui/mocks/objects/unknown.dart
|
| diff --git a/runtime/observatory/tests/observatory_ui/mocks/objects/unknown.dart b/runtime/observatory/tests/observatory_ui/mocks/objects/unknown.dart
|
| index 71ce7f5c72669b22408eba4f61fce00d6fc8e273..05730a326b74a75d28f8375a8f76f40dd2b69dec 100644
|
| --- a/runtime/observatory/tests/observatory_ui/mocks/objects/unknown.dart
|
| +++ b/runtime/observatory/tests/observatory_ui/mocks/objects/unknown.dart
|
| @@ -7,6 +7,6 @@ part of mocks;
|
| class UnknownObjectRefMock implements M.UnknownObjectRef {
|
| final String id;
|
| final String vmType;
|
| - const UnknownObjectRefMock({this.id: 'literal-token-id',
|
| - this.vmType: 'vmType'});
|
| + const UnknownObjectRefMock(
|
| + {this.id: 'literal-token-id', this.vmType: 'vmType'});
|
| }
|
|
|