| Index: frog/tests/leg_only/src/LocalsTest.dart
|
| diff --git a/frog/tests/leg_only/src/LocalsTest.dart b/frog/tests/leg_only/src/LocalsTest.dart
|
| deleted file mode 100644
|
| index 36fd7ca4f06882ccddc790d34a9d32df33eb5469..0000000000000000000000000000000000000000
|
| --- a/frog/tests/leg_only/src/LocalsTest.dart
|
| +++ /dev/null
|
| @@ -1,12 +0,0 @@
|
| -// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
| -// for details. All rights reserved. Use of this source code is governed by a
|
| -// BSD-style license that can be found in the LICENSE file.
|
| -
|
| -void main() {
|
| - var hello = 'Hello';
|
| - var world = 'world';
|
| - var s = 0;
|
| - s = world;
|
| - hello = 'Greetings';
|
| - print("$hello, $world!");
|
| -}
|
|
|