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

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

Issue 132403010: big update to observe, template_binding, polymer (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 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/nested_binding_test.dart
diff --git a/pkg/polymer/test/nested_binding_test.dart b/pkg/polymer/test/nested_binding_test.dart
index ab991d9ee4a185ee8a037fc12ef7509370cbef41..f4c495953071695b8adc392c96ef1c02bf2b1a0d 100644
--- a/pkg/polymer/test/nested_binding_test.dart
+++ b/pkg/polymer/test/nested_binding_test.dart
@@ -35,5 +35,6 @@ main() {
setUp(() => Polymer.onReady);
- test('ready called', () => (query('my-test') as MyTest)._testDone.future);
+ test('ready called',
+ () => (querySelector('my-test') as MyTest)._testDone.future);
}

Powered by Google App Engine
This is Rietveld 408576698