Index: tests/isolate/kill2_test.dart |
diff --git a/tests/isolate/kill2_test.dart b/tests/isolate/kill2_test.dart |
index 4fb317190f302a188ee2325f9a995ed18bf76ac3..204c5a14ed60c6e974c6a22dc93e552f7d576a7f 100644 |
--- a/tests/isolate/kill2_test.dart |
+++ b/tests/isolate/kill2_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) { |
List result = []; |