Chromium Code Reviews| Index: tests/compiler/dart2js/mock_compiler.dart |
| diff --git a/tests/compiler/dart2js/mock_compiler.dart b/tests/compiler/dart2js/mock_compiler.dart |
| index 908d1d8888000f7e4e31f2c643da2e4b4cd48b15..25167e06bbad441953669c7c84e3c9d060230417 100644 |
| --- a/tests/compiler/dart2js/mock_compiler.dart |
| +++ b/tests/compiler/dart2js/mock_compiler.dart |
| @@ -59,6 +59,7 @@ const String DEFAULT_CORELIB = r''' |
| class bool {} |
| class String {} |
| class Object {} |
| + class Type {} |
| abstract class num {} |
| class Function {} |
| interface List default ListImplementation { List([length]);} |