| Index: tests/compiler/dart2js/is_inference_test.dart | 
| diff --git a/tests/compiler/dart2js/is_inference_test.dart b/tests/compiler/dart2js/is_inference_test.dart | 
| index 6f0a3b89bd7ea47fb1458e1f8a2cf3dcca7887c0..a5d7f8b2bc1612bb8642c316336a8d8e6d39b02a 100644 | 
| --- a/tests/compiler/dart2js/is_inference_test.dart | 
| +++ b/tests/compiler/dart2js/is_inference_test.dart | 
| @@ -83,11 +83,11 @@ Future compileAndTest(String code) { | 
|  | 
| main() { | 
| asyncTest(() => Future.wait([ | 
| -    compileAndTest(TEST_IF), | 
| -    compileAndTest(TEST_IF_ELSE), | 
| -    compileAndTest(TEST_IF_RETURN), | 
| -    compileAndTest(TEST_IF_NOT_ELSE), | 
| -    compileAndTest(TEST_IF_NOT_RETURN), | 
| -    compileAndTest(TEST_IF_NOT_ELSE_RETURN), | 
| -  ])); | 
| +        compileAndTest(TEST_IF), | 
| +        compileAndTest(TEST_IF_ELSE), | 
| +        compileAndTest(TEST_IF_RETURN), | 
| +        compileAndTest(TEST_IF_NOT_ELSE), | 
| +        compileAndTest(TEST_IF_NOT_RETURN), | 
| +        compileAndTest(TEST_IF_NOT_ELSE_RETURN), | 
| +      ])); | 
| } | 
|  |