| 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..0882bf0365c2cdf1321a69a612e7557812cf83a3 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
|
| @@ -210,7 +210,7 @@ class TypeConstraintGathererTest {
|
| void _checkConstraints(
|
| DartType a, DartType b, List<String> expectedConstraints) {
|
| var typeSchemaEnvironment =
|
| - new TypeSchemaEnvironment(coreTypes, new ClassHierarchy(program));
|
| + new TypeSchemaEnvironment(coreTypes, new ClassHierarchy(program), true);
|
| var typeConstraintGatherer = new TypeConstraintGatherer(
|
| typeSchemaEnvironment, [T1.parameter, T2.parameter]);
|
| var constraints = typeConstraintGatherer.trySubtypeMatch(a, b)
|
|
|