| Index: tests/compiler/dart2js/mock_compiler.dart
|
| diff --git a/tests/compiler/dart2js/mock_compiler.dart b/tests/compiler/dart2js/mock_compiler.dart
|
| index 0a26a094d6569d97dc3205c59351367625be712e..e7ed0f1e87bf68100f506e21b5b01142a03b6423 100644
|
| --- a/tests/compiler/dart2js/mock_compiler.dart
|
| +++ b/tests/compiler/dart2js/mock_compiler.dart
|
| @@ -62,6 +62,7 @@ const String DEFAULT_CORELIB = r'''
|
| class bool {}
|
| class String {}
|
| class Object {}
|
| + class Type {}
|
| class Function {}
|
| interface List default ListImplementation { List([length]);}
|
| class ListImplementation { factory List([length]) => null; }
|
|
|