| Index: tests/compiler/dart2js/simple_inferrer_try_catch_test.dart
|
| diff --git a/tests/compiler/dart2js/simple_inferrer_try_catch_test.dart b/tests/compiler/dart2js/simple_inferrer_try_catch_test.dart
|
| index b6fc660acfc2a82b102213d016970dd056a7016d..e02a22bbf579b8afb56073d16dc054a11d06a3dd 100644
|
| --- a/tests/compiler/dart2js/simple_inferrer_try_catch_test.dart
|
| +++ b/tests/compiler/dart2js/simple_inferrer_try_catch_test.dart
|
| @@ -187,7 +187,7 @@ void main() {
|
| checkReturn(
|
| 'returnInt6',
|
| new TypeMask.nonNullSubtype(
|
| - closedWorld.coreClasses.intClass, closedWorld));
|
| + closedWorld.commonElements.intClass, closedWorld));
|
|
|
| var subclassOfInterceptor = commonMasks.interceptorType;
|
|
|
|
|