| OLD | NEW |
| 1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 prefix leg_only | 5 prefix leg_only |
| 6 | 6 |
| 7 [ $component == leg || $component == frog || $component == frogsh ] | 7 [ $component == leg || $component == frog || $component == frogsh ] |
| 8 StatementsTest: Fail | 8 StatementsTest: Fail |
| 9 TypedLocalsTest: Fail | 9 TypedLocalsTest: Fail |
| 10 BasicClassTest/01: Fail |
| 11 BasicClassTest/02: Fail |
| 12 BasicClassTest/03: Fail |
| 13 BasicClassTest/04: Fail |
| 14 BasicClassTest/none: Fail |
| OLD | NEW |