| 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 aa29c720b87e8fe5001d3c58a818940d8e63408f..55ed3a7d7c8fd7921516f4efa50b060c4b3d814c 100644
|
| --- a/tests/compiler/dart2js/simple_inferrer_try_catch_test.dart
|
| +++ b/tests/compiler/dart2js/simple_inferrer_try_catch_test.dart
|
| @@ -183,7 +183,7 @@ void main() {
|
| checkReturn('returnInt4', typesTask.intType);
|
| checkReturn('returnInt5', typesTask.intType);
|
| checkReturn('returnInt6',
|
| - new TypeMask.nonNullSubtype(compiler.intClass.rawType));
|
| + new TypeMask.nonNullSubtype(compiler.intClass));
|
|
|
| var subclassOfInterceptor =
|
| findTypeMask(compiler, 'Interceptor', 'nonNullSubclass');
|
|
|