Chromium Code Reviews| Index: tests/compiler/dart2js/mock_compiler.dart |
| =================================================================== |
| --- tests/compiler/dart2js/mock_compiler.dart (revision 25147) |
| +++ tests/compiler/dart2js/mock_compiler.dart (working copy) |
| @@ -177,6 +177,7 @@ |
| class bool {} |
| class String implements Pattern {} |
| class Object { |
| + Object(); |
| operator ==(other) { return true; } |
| get hashCode => throw "Object.hashCode not implemented."; |
| String toString() { return null; } |