| Index: tests/language/dangling_else_test.dart
|
| diff --git a/tests/language/dangling_else_test.dart b/tests/language/dangling_else_test.dart
|
| index 84bdec80866514ed023e613c218ff85dfac4ce77..cad2fc764ca36a6356d526e160818d905b34ffac 100644
|
| --- a/tests/language/dangling_else_test.dart
|
| +++ b/tests/language/dangling_else_test.dart
|
| @@ -1,8 +1,8 @@
|
| // 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.
|
| -// Tests dangling else. The VM should not have any problems, but dart2js or
|
| -// dart2dart could get this wrong.
|
| +// Tests dangling else. The VM should not have any problems, but dart2js could
|
| +// get this wrong.
|
|
|
| import "package:expect/expect.dart";
|
|
|
|
|