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

Unified Diff: tests/lib_2/async/catch_errors.dart

Issue 2999943002: Migrated test block 168 to Dart 2.0. (Closed)
Patch Set: Fixed package:test crash related issues, addressed Bob's comments. Created 3 years, 4 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 | « tests/lib/lib.status ('k') | tests/lib_2/async/catch_errors_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib_2/async/catch_errors.dart
diff --git a/tests/lib_2/async/catch_errors.dart b/tests/lib_2/async/catch_errors.dart
index 925ce2c2f269a3b1c3d3eb74acc86e0119078adc..b170b70467fbbdb118cd5a610105b61750d41f2c 100644
--- a/tests/lib_2/async/catch_errors.dart
+++ b/tests/lib_2/async/catch_errors.dart
@@ -2,7 +2,7 @@ library catch_errors;
import 'dart:async';
-Stream catchErrors(void body()) {
+Stream catchErrors(dynamic body()) {
StreamController controller;
bool onError(e, st) {
« no previous file with comments | « tests/lib/lib.status ('k') | tests/lib_2/async/catch_errors_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698