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

Unified Diff: packages/polymer/test/build/static_clean_test.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/build/static_clean_test.dart
diff --git a/args/lib/args.dart b/packages/polymer/test/build/static_clean_test.dart
similarity index 53%
copy from args/lib/args.dart
copy to packages/polymer/test/build/static_clean_test.dart
index 562df446a83b70b2ee229a6567a2f7a09ddf0387..2fa62a9120f5cfa5efa6a4253e63f70014e8fb83 100644
--- a/args/lib/args.dart
+++ b/packages/polymer/test/build/static_clean_test.dart
@@ -2,8 +2,12 @@
// 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 polymer.test.build.static_clean_test;
-export 'src/arg_parser.dart';
-export 'src/arg_results.dart' hide newArgResults;
-export 'src/option.dart' hide newOption;
+import 'package:polymer/builder.dart';
+
+_unused() => build;
+
+void main() {
+ // Check that builder.dart is statically clean. Nothing to do.
+}
« no previous file with comments | « packages/polymer/test/build/polymer_smoke_generator_test.dart ('k') | packages/polymer/test/build/unique_message_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698