Index: packages/polymer/e2e_test/canonicalization/test/dir/deploy2_test.dart |
diff --git a/args/lib/args.dart b/packages/polymer/e2e_test/canonicalization/test/dir/deploy2_test.dart |
similarity index 61% |
copy from args/lib/args.dart |
copy to packages/polymer/e2e_test/canonicalization/test/dir/deploy2_test.dart |
index 562df446a83b70b2ee229a6567a2f7a09ddf0387..3c7c0ccf85cc4c0bfbf7d212a88e652686ef22c7 100644 |
--- a/args/lib/args.dart |
+++ b/packages/polymer/e2e_test/canonicalization/test/dir/deploy2_test.dart |
@@ -2,8 +2,7 @@ |
// 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; |
+/// Tests canonicalization at deployment time from a subdir. |
+library canonicalization.test.dir.deploy2_test; |
-export 'src/arg_parser.dart'; |
-export 'src/arg_results.dart' hide newArgResults; |
-export 'src/option.dart' hide newOption; |
+export 'deploy_common.dart'; |