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