Chromium Code Reviews| Index: lib/collections/collections.dart |
| diff --git a/tests/language/export_helper2.dart b/lib/collections/collections.dart |
| similarity index 81% |
| copy from tests/language/export_helper2.dart |
| copy to lib/collections/collections.dart |
| index 69a7faba9c100c9e71592634fbdcfbd9e2eec66a..cd6b63ba466f2930d07b6434a43a362034b594b7 100644 |
| --- a/tests/language/export_helper2.dart |
| +++ b/lib/collections/collections.dart |
| @@ -2,8 +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_helper2; |
| +#library("collections"); |
|
floitsch
2012/10/25 12:11:28
use new syntax.
Anders Johnsen
2012/10/25 12:24:30
Done.
|
| -class ReExported { |
| - |
| -} |
| +#source("helpers.dart"); |