| Index: tests/compiler/dart2js/concrete_type_inference_test.dart
|
| ===================================================================
|
| --- tests/compiler/dart2js/concrete_type_inference_test.dart (revision 24023)
|
| +++ tests/compiler/dart2js/concrete_type_inference_test.dart (working copy)
|
| @@ -63,6 +63,7 @@
|
| });
|
| checkPrintType('[]', (compiler, type) {
|
| var inferrer = compiler.typesTask.typesInferrer;
|
| + if (type.isContainer) type = type.asFlat;
|
| Expect.identical(inferrer.growableListType, type);
|
| });
|
| checkPrintType('null', (compiler, type) {
|
|
|