Chromium Code Reviews| Index: tests/language/export_cyclic_helper3.dart |
| diff --git a/lib/html/templates/html/impl/factoryprovider_Elements.darttemplate b/tests/language/export_cyclic_helper3.dart |
| similarity index 84% |
| copy from lib/html/templates/html/impl/factoryprovider_Elements.darttemplate |
| copy to tests/language/export_cyclic_helper3.dart |
| index 8fe27e5ec9af8b33cb8309b454ddf7a67107b834..6a92399e3234f7083daae724d9f2aa50f5be88b8 100644 |
| --- a/lib/html/templates/html/impl/factoryprovider_Elements.darttemplate |
| +++ b/tests/language/export_cyclic_helper3.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. |
|
Johnni Winther
2012/09/26 17:03:58
This is a new file.
|
| -class _Elements { |
| +library export_cyclic_helper3; |
| -$!FACTORY_METHODS} |
| +class D {} |