| Index: tests/isolate/kill_test.dart
|
| diff --git a/tests/isolate/kill_test.dart b/tests/isolate/kill_test.dart
|
| index 0a0ba85d2def2b48a12760423f4dbc1d86c40821..01ebf71f6d8283142ecfcfcd75b6bc8b02ff9691 100644
|
| --- a/tests/isolate/kill_test.dart
|
| +++ b/tests/isolate/kill_test.dart
|
| @@ -18,7 +18,7 @@ isomain1(replyPort) {
|
|
|
| void main() {
|
| asyncStart();
|
| - var completer = new Completer(); // Completed by first reply from isolate.
|
| + var completer = new Completer(); // Completed by first reply from isolate.
|
| RawReceivePort reply = new RawReceivePort(completer.complete);
|
| Isolate.spawn(isomain1, reply.sendPort).then((Isolate isolate) {
|
| completer.future.then((SendPort echoPort) {
|
|
|