Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Unified Diff: packages/polymer/test/sort_registration_part2.dart

Issue 1400473008: Roll Observatory packages and add a roll script (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: packages/polymer/test/sort_registration_part2.dart
diff --git a/args/lib/args.dart b/packages/polymer/test/sort_registration_part2.dart
similarity index 61%
copy from args/lib/args.dart
copy to packages/polymer/test/sort_registration_part2.dart
index 562df446a83b70b2ee229a6567a2f7a09ddf0387..7b423e5c7c977858bcedafb919f40c7cb87d42c9 100644
--- a/args/lib/args.dart
+++ b/packages/polymer/test/sort_registration_part2.dart
@@ -2,8 +2,9 @@
// 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;
+part of polymer.test.sort_registration_test;
-export 'src/arg_parser.dart';
-export 'src/arg_results.dart' hide newArgResults;
-export 'src/option.dart' hide newOption;
+@CustomTag('x-c')
+class C extends B {
+ C.created() : super.created();
+}
« no previous file with comments | « packages/polymer/test/sort_registration_part1.dart ('k') | packages/polymer/test/sort_registration_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698