Chromium Code Reviews| Index: test/checker/checker_test.dart |
| diff --git a/test/checker/checker_test.dart b/test/checker/checker_test.dart |
| index b197655691ac27801cbb242f06a3da61d7507cae..a1fd44595eb9649ce64d088d84bf7a907c00d6a2 100644 |
| --- a/test/checker/checker_test.dart |
| +++ b/test/checker/checker_test.dart |
| @@ -935,7 +935,7 @@ void main() { |
| f2 = /*severe:StaticTypeError*/(int x) => -x; |
| } |
| ''' |
| - }, wrapClosures: true); |
| + }, wrapClosures: true, inferDownwards: false); |
| }); |
| test('Generic subtyping: invariance', () { |