| Index: tests/compiler/dart2js/trust_type_annotations_test.dart
|
| diff --git a/tests/compiler/dart2js/trust_type_annotations_test.dart b/tests/compiler/dart2js/trust_type_annotations_test.dart
|
| index 70fb5f199315c15ffc7b64c69695ac8270d1f1c4..abf00f0d43d154a7044eaab16d32f1242fee7b6d 100644
|
| --- a/tests/compiler/dart2js/trust_type_annotations_test.dart
|
| +++ b/tests/compiler/dart2js/trust_type_annotations_test.dart
|
| @@ -69,7 +69,7 @@ void main() {
|
| }
|
|
|
| var intMask =
|
| - new TypeMask.subtype(compiler.coreClasses.intClass, closedWorld);
|
| + new TypeMask.subtype(compiler.commonElements.intClass, closedWorld);
|
|
|
| checkReturn('foo', intMask);
|
| checkReturn('faa', intMask);
|
|
|