Chromium Code Reviews| Index: tests/isolate/handle_error2_test.dart |
| =================================================================== |
| --- tests/isolate/handle_error2_test.dart (revision 44200) |
| +++ tests/isolate/handle_error2_test.dart (working copy) |
| @@ -47,7 +47,6 @@ |
| main(){ |
| asyncStart(); |
| RawReceivePort reply = new RawReceivePort(null); |
| - RawReceivePort reply2 = new RawReceivePort(null); |
| // Create two isolates waiting for commands, with errors non-fatal. |
| Future iso1 = spawn(isomain1); |
| Future iso2 = spawn(isomain1); |