| 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 fb8ea18dfc5bc712ef215e971f9a024bd1761f8f..28cb61f9f6ef89eb45944649989044538883290e 100644
 | 
| --- a/tests/compiler/dart2js/simple_inferrer_try_catch_test.dart
 | 
| +++ b/tests/compiler/dart2js/simple_inferrer_try_catch_test.dart
 | 
| @@ -184,7 +184,7 @@ void main() {
 | 
|      checkReturn('returnInt4', commonMasks.uint31Type);
 | 
|      checkReturn('returnInt5', commonMasks.uint31Type);
 | 
|      checkReturn('returnInt6', new TypeMask.nonNullSubtype(
 | 
| -        compiler.coreClasses.intClass, compiler.world));
 | 
| +        compiler.coreClasses.intClass, compiler.closedWorld));
 | 
|  
 | 
|      var subclassOfInterceptor =
 | 
|          findTypeMask(compiler, 'Interceptor', 'nonNullSubclass');
 | 
| 
 |