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

Unified Diff: tests/lib/mirrors/invocation_fuzz_test.dart

Issue 3014593002: Use generic functions in zones. (Closed)
Patch Set: Added changes missing from patch set #2 Created 3 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 | « tests/lib/async/zone_run_unary_test.dart ('k') | tests/lib_strong/async/async_await_zones_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/mirrors/invocation_fuzz_test.dart
diff --git a/tests/lib/mirrors/invocation_fuzz_test.dart b/tests/lib/mirrors/invocation_fuzz_test.dart
index d877c5a1d24ebece9aac730f9ed78c11a31d5f4c..21a04fb71c0065042d867d0b6e6add7c71978257 100644
--- a/tests/lib/mirrors/invocation_fuzz_test.dart
+++ b/tests/lib/mirrors/invocation_fuzz_test.dart
@@ -207,8 +207,8 @@ main() {
];
valueObjects.forEach((v) => checkInstance(reflect(v), 'value object'));
- uncaughtErrorHandler(self, parent, zone, error, stack) {}
- ;
+ void uncaughtErrorHandler(self, parent, zone, error, stack) {}
+
var zoneSpec =
new ZoneSpecification(handleUncaughtError: uncaughtErrorHandler);
testZone = Zone.current.fork(specification: zoneSpec);
« no previous file with comments | « tests/lib/async/zone_run_unary_test.dart ('k') | tests/lib_strong/async/async_await_zones_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698