| Index: tests/compiler/dart2js/size_test.dart
|
| diff --git a/tests/compiler/dart2js/size_test.dart b/tests/compiler/dart2js/size_test.dart
|
| index c7604f7c1c346c2f6f169e11099bc2c0f6502665..48bf71b87e603a2b66afb32a003935b661b0c9a4 100644
|
| --- a/tests/compiler/dart2js/size_test.dart
|
| +++ b/tests/compiler/dart2js/size_test.dart
|
| @@ -9,9 +9,9 @@ import "compiler_helper.dart";
|
| const String TEST = "main() => [];";
|
|
|
| const Map<String, String> DEFAULT_CORELIB_WITH_LIST = const <String, String>{
|
| - 'Object': 'class Object { Object(); }',
|
| + 'Object': 'class Object { const Object(); }',
|
| 'bool': 'class bool {}',
|
| - 'List': 'abstract class List {}',
|
| + 'List': 'abstract class List<E> {}',
|
| 'num': 'class num {}',
|
| 'int': 'class int {}',
|
| 'double': 'class double {}',
|
|
|