| Index: runtime/observatory/tests/observatory_ui/mocks/objects/sentinel.dart
|
| diff --git a/runtime/observatory/tests/observatory_ui/mocks/objects/sentinel.dart b/runtime/observatory/tests/observatory_ui/mocks/objects/sentinel.dart
|
| index 1d77a3589eb04176008a4e9a8a216d7ddd79c642..5fb6a8a8ef01e3127e3e00e42a70a6ac90df5875 100644
|
| --- a/runtime/observatory/tests/observatory_ui/mocks/objects/sentinel.dart
|
| +++ b/runtime/observatory/tests/observatory_ui/mocks/objects/sentinel.dart
|
| @@ -4,10 +4,10 @@
|
|
|
| part of mocks;
|
|
|
| -class Sentinel implements M.Sentinel {
|
| +class SentinelMock implements M.Sentinel {
|
| final M.SentinelKind kind;
|
| final String valueAsString;
|
|
|
| - const Sentinel({this.kind: M.SentinelKind.collected,
|
| + const SentinelMock({this.kind: M.SentinelKind.collected,
|
| this.valueAsString: 'sentinel-value'});
|
| }
|
|
|