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

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

Issue 79353003: [polymer.dart] fix *Changed observers inheriting (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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/event_handlers_test.dart
diff --git a/pkg/polymer/test/event_handlers_test.dart b/pkg/polymer/test/event_handlers_test.dart
index 8267e0a03919b54ba407f13c63c070a2e77f9ce5..0b65bf656f60afc4712a7be1b8356a8de66ebfd7 100644
--- a/pkg/polymer/test/event_handlers_test.dart
+++ b/pkg/polymer/test/event_handlers_test.dart
@@ -116,5 +116,6 @@ main() {
test('events handled', () {
XTest test = query('x-test');
expect(test._onTestDone, isNotNull, reason: 'ready was called');
+ return test._onTestDone;
});
}

Powered by Google App Engine
This is Rietveld 408576698