| 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 2a33d95017d615e7a6ed4e89b61e783f97cb00ad..5ed3d6cd1ac1e5b6d7ca5657e356ed0d51993cea 100644
|
| --- a/tests/compiler/dart2js/field_type_simple_inferer_test.dart
|
| +++ b/tests/compiler/dart2js/field_type_simple_inferer_test.dart
|
| @@ -531,7 +531,7 @@ void test() {
|
| runTest(TEST_14, {'f': (types) => types.uint31Type});
|
| runTest(TEST_15, {'f': (types) {
|
| ClassElement cls =
|
| - types.compiler.backend.jsIndexableClass;
|
| + types.compiler.backend.helpers.jsIndexableClass;
|
| return new TypeMask.nonNullSubtype(cls,
|
| types.compiler.world);
|
| }});
|
|
|