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

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

Issue 172923002: [polymer] fix editor hints -- query/queryAll and unused imports (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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
« no previous file with comments | « pkg/polymer/test/take_attributes_test.dart ('k') | pkg/polymer/test/unbind_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/test/template_distribute_dynamic_test.dart
diff --git a/pkg/polymer/test/template_distribute_dynamic_test.dart b/pkg/polymer/test/template_distribute_dynamic_test.dart
index e80c62457fbdecc4955a69675c8d7d502b2f811c..8d6cc6ae634493018a031bf08fa1814868fad9ac 100644
--- a/pkg/polymer/test/template_distribute_dynamic_test.dart
+++ b/pkg/polymer/test/template_distribute_dynamic_test.dart
@@ -58,5 +58,5 @@ main() {
setUp(() => Polymer.onReady);
- test('inserted called', () => (query('x-test') as XTest).onTestDone);
+ test('inserted called', () => (querySelector('x-test') as XTest).onTestDone);
}
« no previous file with comments | « pkg/polymer/test/take_attributes_test.dart ('k') | pkg/polymer/test/unbind_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698