Index: tests/lib_strong/async/zone_register_callback_unary_test.dart |
diff --git a/tests/lib_strong/async/zone_register_callback_unary_test.dart b/tests/lib_strong/async/zone_register_callback_unary_test.dart |
index 67697fe0da76a828d7b5ce5b061a2f84bbbc3b6e..b0de53a3e078e00185f8c72137b3dcb394e7f357 100644 |
--- a/tests/lib_strong/async/zone_register_callback_unary_test.dart |
+++ b/tests/lib_strong/async/zone_register_callback_unary_test.dart |
@@ -15,7 +15,7 @@ main() { |
Expect.identical(Zone.ROOT, Zone.current); |
Zone forked = Zone.current.fork(specification: new ZoneSpecification( |
registerUnaryCallback: |
- (Zone self, ZoneDelegate parent, Zone origin, f(arg)) { |
+ <R, T>(Zone self, ZoneDelegate parent, Zone origin, R f(T arg)) { |
// The zone is still the same as when origin.run was invoked, which |
// is the root zone. (The origin zone hasn't been set yet). |
Expect.identical(Zone.current, Zone.ROOT); |