| Index: pkg/unittest/lib/mock.dart
|
| diff --git a/pkg/unittest/lib/mock.dart b/pkg/unittest/lib/mock.dart
|
| index ad4886cf1d1862cc48dbb8989ed1d520880eafc7..a4216cf03d7b96a1b9c4b40887d0b1090753261f 100644
|
| --- a/pkg/unittest/lib/mock.dart
|
| +++ b/pkg/unittest/lib/mock.dart
|
| @@ -1244,6 +1244,7 @@ Matcher neverThrew(value) =>
|
| LogEntryList sharedLog = null;
|
|
|
| /** The base class for all mocked objects. */
|
| +@proxy
|
| class Mock {
|
| /** The mock name. Needed if the log is shared; optional otherwise. */
|
| final String name;
|
|
|