| Index: tests/compiler/dart2js/field_type_simple_inferer_test.dart
|
| diff --git a/tests/compiler/dart2js/field_type_simple_inferer_test.dart b/tests/compiler/dart2js/field_type_simple_inferer_test.dart
|
| index 4aee0acd503f1f03619c53636e3e827c6a7da0ab..7961fe6b098d0b172997d551f86c5bacd4593e02 100644
|
| --- a/tests/compiler/dart2js/field_type_simple_inferer_test.dart
|
| +++ b/tests/compiler/dart2js/field_type_simple_inferer_test.dart
|
| @@ -515,7 +515,7 @@ void test() {
|
| runTest(TEST_15, {'f': (compiler) {
|
| ClassElement cls =
|
| compiler.typesTask.compiler.backend.jsIndexableClass;
|
| - return new TypeMask.nonNullSubtype(cls.rawType);
|
| + return new TypeMask.nonNullSubtype(cls);
|
| }});
|
| runTest(TEST_16, {'f': subclassOfInterceptor});
|
| runTest(TEST_17, {'f': (compiler) => compiler.typesTask.intType.nullable()});
|
|
|