| Index: tests/compiler/dart2js_extra/if_in_loop_test.dart
|
| diff --git a/tests/compiler/dart2js_extra/if_in_loop_test.dart b/tests/compiler/dart2js_extra/if_in_loop_test.dart
|
| index 2eef63dcb78f67bfc105188a2f35d901ea6beb35..af3590d9e5d75c305178c24e6123fad1aee9ce16 100644
|
| --- a/tests/compiler/dart2js_extra/if_in_loop_test.dart
|
| +++ b/tests/compiler/dart2js_extra/if_in_loop_test.dart
|
| @@ -23,4 +23,4 @@ main() {
|
| Expect.equals(30, foo(false, true));
|
| Expect.equals(30, foo(false, false));
|
| Expect.equals(20, foo(true, false));
|
| -}
|
| +}
|
|
|