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

Unified Diff: pkg/polymer/test/mirror_loader_test.dart

Issue 307793002: update polymer, nodebind, and templatebinding (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: roll Created 6 years, 7 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: pkg/polymer/test/mirror_loader_test.dart
diff --git a/pkg/polymer/test/mirror_loader_test.dart b/pkg/polymer/test/mirror_loader_test.dart
index dd34fe58eedafae7cf360a90d3ffa985594c38bf..d8c1f9d33be27a6d94c96d7a10d64897fabad674 100644
--- a/pkg/polymer/test/mirror_loader_test.dart
+++ b/pkg/polymer/test/mirror_loader_test.dart
@@ -18,6 +18,12 @@ import 'mirror_loader_4.dart' as m4;
main() {
useHtmlConfiguration();
+ // Prevent unused import messages.
Siggi Cherem (dart-lang) 2014/06/03 02:23:44 You can also put them in dartdoc comments, that wo
Jennifer Messerly 2014/06/04 04:42:16 Done.
+ m1.XA;
+ m2.XA;
+ m3.XB;
+ m4.XA;
+
test('registered correctly', () {
expect(_discover(#mirror_loader_test1).length, 1);
expect(_discover(#mirror_loader_test2).length, 1);

Powered by Google App Engine
This is Rietveld 408576698