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

Unified Diff: test/effects/swapper_tests.dart

Issue 14295009: Fix widget.dart to work with the latest web_ui library. Specifically, query selectors need to use "… (Closed) Base URL: https://github.com/kevmoo/widget.dart.git@master
Patch Set: ptal Created 7 years, 8 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 | « pubspec.yaml ('k') | test/performance/perf.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/effects/swapper_tests.dart
diff --git a/test/effects/swapper_tests.dart b/test/effects/swapper_tests.dart
index 51fa238744be17b00730cc5c5c30604bdb125398..b13436496e7183aa1da76dab0f7dff0ac57bde83 100644
--- a/test/effects/swapper_tests.dart
+++ b/test/effects/swapper_tests.dart
@@ -110,7 +110,7 @@ void _swapperTest(int childCount,
expect(displayedIndicies.length, 1, reason: 'there should only be one displayed item');
expect(displayedIndicies[0], expectedDisplayed);
}
- }), onError: (AsyncError error) {
+ }), onError: (error) {
registerException(error.error, error.stackTrace);
});
}
« no previous file with comments | « pubspec.yaml ('k') | test/performance/perf.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698