| Index: tests/isolate/function_send_test.dart | 
| diff --git a/tests/isolate/function_send_test.dart b/tests/isolate/function_send_test.dart | 
| index 51d26ba58ebab56be3757ad1274cef2dc82a5aaa..d1384bc385e760b17d321147abde88745545e5fe 100644 | 
| --- a/tests/isolate/function_send_test.dart | 
| +++ b/tests/isolate/function_send_test.dart | 
| @@ -171,7 +171,7 @@ void testUnsendable(name, func) { | 
| try { | 
| p.send(func); | 
| } finally { | 
| -        p.send(0);   // Closes echo port. | 
| +        p.send(0); //   Closes echo port. | 
| } | 
| }) | 
| .then((p) => throw "unreachable 2", | 
|  |