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

Unified Diff: tests/lib/async/zone_root_bind_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_register_callback_unary_test.dart ('k') | tests/lib/async/zone_run_guarded_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/async/zone_root_bind_test.dart
diff --git a/tests/lib/async/zone_root_bind_test.dart b/tests/lib/async/zone_root_bind_test.dart
index 5f55e6bbd642d23f695f5163ca5f53d56e2e9c0d..566a5824185eb121c1d953cd89f3556b898ea819 100644
--- a/tests/lib/async/zone_root_bind_test.dart
+++ b/tests/lib/async/zone_root_bind_test.dart
@@ -11,7 +11,7 @@ main() {
Zone forked = Zone.current.fork();
var f = Zone.current.bindCallback(() {
Expect.identical(Zone.ROOT, Zone.current);
- }, runGuarded: false);
+ });
forked.run(() {
f();
});
« no previous file with comments | « tests/lib/async/zone_register_callback_unary_test.dart ('k') | tests/lib/async/zone_run_guarded_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698