Chromium Code Reviews| Index: tests/compiler/dart2js_extra/conditional_test.dart |
| diff --git a/tests/compiler/dart2js_extra/conditional_test.dart b/tests/compiler/dart2js_extra/conditional_test.dart |
| index c1e30b9d4daca83537bde41cf9a2d44a1e9e1d76..13cf9887d2ce8b36d2018b82c34a520005acffac 100644 |
| --- a/tests/compiler/dart2js_extra/conditional_test.dart |
| +++ b/tests/compiler/dart2js_extra/conditional_test.dart |
| @@ -4,7 +4,9 @@ |
| import "package:expect/expect.dart"; |
| -getZero() { return 0; } |
| +getZero() { |
| + return 0; |
| +} |
| main() { |
| int i = getZero(); |