Index: tests/isolate/spawn_uri_test.dart |
diff --git a/tests/isolate/spawn_uri_test.dart b/tests/isolate/spawn_uri_test.dart |
index ddc5c177195dbcd4fe2b30e5f6607c65a53c7de7..340170e5cbfd636b527a48d58bfc877d1b345814 100644 |
--- a/tests/isolate/spawn_uri_test.dart |
+++ b/tests/isolate/spawn_uri_test.dart |
@@ -13,7 +13,7 @@ import '../../pkg/unittest/lib/unittest.dart'; |
main() { |
test('isolate fromUri - send and reply', () { |
ReceivePort port = new ReceivePort(); |
- port.listen(expectAsync1((msg) { |
+ port.listen(expectAsync((msg) { |
expect(msg, equals('re: hi')); |
port.close(); |
})); |