| 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 19053d870b15f048f352fad3089a68dd9930e8ce..6b465b91311609e3bce3e0b8707884f49efaac3c 100644
|
| --- a/tests/compiler/dart2js/simple_inferrer_try_catch_test.dart
|
| +++ b/tests/compiler/dart2js/simple_inferrer_try_catch_test.dart
|
| @@ -183,8 +183,8 @@ void main() {
|
| checkReturn('returnInt3', typesTask.uint31Type);
|
| checkReturn('returnInt4', typesTask.uint31Type);
|
| checkReturn('returnInt5', typesTask.uint31Type);
|
| - checkReturn('returnInt6',
|
| - new TypeMask.nonNullSubtype(compiler.intClass, compiler.world));
|
| + checkReturn('returnInt6', new TypeMask.nonNullSubtype(
|
| + compiler.coreClasses.intClass, compiler.world));
|
|
|
| var subclassOfInterceptor =
|
| findTypeMask(compiler, 'Interceptor', 'nonNullSubclass');
|
|
|