Chromium Code Reviews| Index: pkg/front_end/testcases/rasta/issue_000069.dart |
| diff --git a/pkg/front_end/testcases/rasta/issue_000069.dart b/pkg/front_end/testcases/rasta/issue_000069.dart |
| index bffc4e33d0121eacd8dc7b9b47a97d79251e39b5..0e875676d8c7cde62f49fd2884c1e0f5c959bd34 100644 |
| --- a/pkg/front_end/testcases/rasta/issue_000069.dart |
| +++ b/pkg/front_end/testcases/rasta/issue_000069.dart |
| @@ -2,8 +2,7 @@ |
| // for details. All rights reserved. Use of this source code is governed by a |
| // BSD-style license that can be found in the LICENSE.md file. |
| - |
| main() { |
| - var x, i=0; |
| - while (i++ < 5) var x=i; |
| + var x, i = 0; |
| + while (i++ < 5) var x = i; |
| } |