Chromium Code Reviews| Index: frog/tests/leg_only/src/LocalsTest.dart |
| =================================================================== |
| --- frog/tests/leg_only/src/LocalsTest.dart (revision 0) |
| +++ frog/tests/leg_only/src/LocalsTest.dart (working copy) |
| @@ -3,11 +3,9 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| void main() { |
| - /* |
| var hello = 'Hello'; |
| var world = 'world'; |
| var s = 0; |
| s = world; |
| print(hello + ", " + world + "!"); |
| - */ |
| } |