Chromium Code Reviews| Index: pkg/analysis_server/test/mock_sdk.dart |
| diff --git a/pkg/analysis_server/test/mock_sdk.dart b/pkg/analysis_server/test/mock_sdk.dart |
| index ffca2a3422bcae323538d1f57c3237d092d4d466..0e2dac9e4e94fe5a9af20cad9cb9d228ee5c432e 100644 |
| --- a/pkg/analysis_server/test/mock_sdk.dart |
| +++ b/pkg/analysis_server/test/mock_sdk.dart |
| @@ -20,6 +20,7 @@ import 'dart:async'; |
| class Object { |
| bool operator ==(other) => identical(this, other); |
| + String toString() => 'a string'; |
| } |
| class Function {} |