| Index: tests/language/return_in_loop_test.dart
|
| ===================================================================
|
| --- tests/language/return_in_loop_test.dart (revision 14515)
|
| +++ tests/language/return_in_loop_test.dart (working copy)
|
| @@ -1,7 +1,7 @@
|
| // Copyright (c) 2012, 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.
|
| -// Test for a leg bug where the live environment was not computed
|
| +// Test for a dart2js bug where the live environment was not computed
|
| // right.
|
|
|
| class A {
|
|
|