Index: packages/polymer/e2e_test/canonicalization/lib/c.dart |
diff --git a/args/lib/args.dart b/packages/polymer/e2e_test/canonicalization/lib/c.dart |
similarity index 61% |
copy from args/lib/args.dart |
copy to packages/polymer/e2e_test/canonicalization/lib/c.dart |
index 562df446a83b70b2ee229a6567a2f7a09ddf0387..362f3e3d642f2e8c969c79de78dcc51bb95c3803 100644 |
--- a/args/lib/args.dart |
+++ b/packages/polymer/e2e_test/canonicalization/lib/c.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 args; |
+library canonicalization.c; |
-export 'src/arg_parser.dart'; |
-export 'src/arg_results.dart' hide newArgResults; |
-export 'src/option.dart' hide newOption; |
+int c = 0; |