Index: pkg/async/lib/async.dart |
diff --git a/pkg/polymer/example/canonicalization/lib/c.dart b/pkg/async/lib/async.dart |
similarity index 81% |
copy from pkg/polymer/example/canonicalization/lib/c.dart |
copy to pkg/async/lib/async.dart |
index 362f3e3d642f2e8c969c79de78dcc51bb95c3803..e9d654415edd54a0e141eb64ec0be5caef4d0349 100644 |
--- a/pkg/polymer/example/canonicalization/lib/c.dart |
+++ b/pkg/async/lib/async.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 canonicalization.c; |
+library dart.pkg.async; |
-int c = 0; |
+export "stream_zip.dart"; |