| Index: packages/polymer/e2e_test/canonicalization/test/dir/dev1_test.dart
|
| diff --git a/args/lib/args.dart b/packages/polymer/e2e_test/canonicalization/test/dir/dev1_test.dart
|
| similarity index 61%
|
| copy from args/lib/args.dart
|
| copy to packages/polymer/e2e_test/canonicalization/test/dir/dev1_test.dart
|
| index 562df446a83b70b2ee229a6567a2f7a09ddf0387..1016c9d11b8c5a32ef3dfc7271733e6153f1082f 100644
|
| --- a/args/lib/args.dart
|
| +++ b/packages/polymer/e2e_test/canonicalization/test/dir/dev1_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.dev1_test;
|
|
|
| -export 'src/arg_parser.dart';
|
| -export 'src/arg_results.dart' hide newArgResults;
|
| -export 'src/option.dart' hide newOption;
|
| +export 'dev_common.dart';
|
|
|