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

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

Issue 50703009: polymer warning clean (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: samples.status Created 7 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: 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 86c469e35653ecd576631668ba20285c33b9432e..e80c62457fbdecc4955a69675c8d7d502b2f811c 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').onTestDone);
+ test('inserted called', () => (query('x-test') as XTest).onTestDone);
}

Powered by Google App Engine
This is Rietveld 408576698