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

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: 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..b8de095b97acc40463f81cf7f160e761656e3d34 100644
--- a/pkg/polymer/test/mirror_loader_test.dart
+++ b/pkg/polymer/test/mirror_loader_test.dart
@@ -10,6 +10,7 @@ import 'package:unittest/unittest.dart';
import 'package:unittest/html_config.dart';
import 'package:polymer/src/mirror_loader.dart';
+/// prevent unused import warnings: [m1.XA] [m2.XA] [m3.XB] [m4.XA].
import 'mirror_loader_1.dart' as m1;
import 'mirror_loader_2.dart' as m2;
import 'mirror_loader_3.dart' as m3;

Powered by Google App Engine
This is Rietveld 408576698