Index: tests/isolate/count_test.dart |
diff --git a/tests/isolate/count_test.dart b/tests/isolate/count_test.dart |
index 881ac6bbd30fac8631d4f3d661519be0ee600fbc..b6f1780e200f68c23180e3345d22864253d1e818 100644 |
--- a/tests/isolate/count_test.dart |
+++ b/tests/isolate/count_test.dart |
@@ -31,7 +31,7 @@ void main([args, port]) { |
Isolate.spawn(countMessages, local.sendPort); |
SendPort remote; |
int count = 0; |
- var done = expectAsync0((){}); |
+ var done = expectAsync((){}); |
local.listen((msg) { |
switch (msg[0]) { |
case "init": |