Index: tests/html/isolates_test.dart |
diff --git a/tests/html/isolates_test.dart b/tests/html/isolates_test.dart |
index f0da5f0ed517abd43ce53f207d586196746f645d..86de2489e05142c763a06431046043ba9efb73ea 100644 |
--- a/tests/html/isolates_test.dart |
+++ b/tests/html/isolates_test.dart |
@@ -47,7 +47,7 @@ main() { |
port.close(); |
}); |
test('NonDOMIsolates', () { |
- var callback = expectAsync0((){}); |
+ var callback = expectAsync((){}); |
var response = new isolate.ReceivePort(); |
var remote = isolate.Isolate.spawn(isolateEntry, response.sendPort); |
response.first.then((port) { |