| Index: sdk/lib/html/html_common/html_common_dartium.dart
|
| diff --git a/tests/language/export_cyclic_helper3.dart b/sdk/lib/html/html_common/html_common_dartium.dart
|
| similarity index 82%
|
| copy from tests/language/export_cyclic_helper3.dart
|
| copy to sdk/lib/html/html_common/html_common_dartium.dart
|
| index 6a92399e3234f7083daae724d9f2aa50f5be88b8..57fa3dbb8a3dfc8a15c1d963092ebe62774d7582 100644
|
| --- a/tests/language/export_cyclic_helper3.dart
|
| +++ b/sdk/lib/html/html_common/html_common_dartium.dart
|
| @@ -2,6 +2,6 @@
|
| // 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.
|
|
|
| -library export_cyclic_helper3;
|
| +library html_common;
|
|
|
| -class D {}
|
| +part 'collections.dart';
|
|
|