Chromium Code Reviews| Index: utils/tests/pub/test_pub.dart |
| =================================================================== |
| --- utils/tests/pub/test_pub.dart (revision 13754) |
| +++ utils/tests/pub/test_pub.dart (working copy) |
| @@ -1136,8 +1136,7 @@ |
| return create(tempDir); |
| }).then((tar) { |
| var sourceStream = tar.openInputStream(); |
| - pipeInputToInput( |
| - sourceStream, sinkStream, onClosed: tempDir.deleteRecursively); |
| + pipeInputToInput(sourceStream, sinkStream, tempDir.deleteRecursively); |
| }); |
| return sinkStream; |
| } |