| Index: pkg/front_end/test/fasta/type_inference/type_constraint_gatherer_test.dart
|
| diff --git a/pkg/front_end/test/fasta/type_inference/type_constraint_gatherer_test.dart b/pkg/front_end/test/fasta/type_inference/type_constraint_gatherer_test.dart
|
| index 881bab502868445eae70da31c630d75404796281..731c20356d4a667a57e55946ef12955ddea47b64 100644
|
| --- a/pkg/front_end/test/fasta/type_inference/type_constraint_gatherer_test.dart
|
| +++ b/pkg/front_end/test/fasta/type_inference/type_constraint_gatherer_test.dart
|
| @@ -55,7 +55,7 @@ class TypeConstraintGathererTest {
|
|
|
| InterfaceType get functionType => functionClass.rawType;
|
|
|
| - Class get iterableClass => coreTypes.tryGetClass('dart:core', 'Iterable');
|
| + Class get iterableClass => coreTypes.iterableClass;
|
|
|
| Class get listClass => coreTypes.listClass;
|
|
|
|
|