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

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

Issue 597243002: watch the registration queue and print if it has no progress (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: update changelog Created 6 years, 3 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/lib/src/loader.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/test/inject_bound_html_test.dart
diff --git a/pkg/polymer/test/inject_bound_html_test.dart b/pkg/polymer/test/inject_bound_html_test.dart
index 8e64168e814c713b5a43e4a20c25f5ca1ad84ef4..ecd394b039fe50e18b473cb60184872fdaa9112f 100644
--- a/pkg/polymer/test/inject_bound_html_test.dart
+++ b/pkg/polymer/test/inject_bound_html_test.dart
@@ -16,7 +16,6 @@ class XFoo extends PolymerElement {
@ComputedProperty('bar')
String get ignore => readValue(#bar);
-
}
main() => initPolymer().run(() {
« no previous file with comments | « pkg/polymer/lib/src/loader.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698