(stream)
| 40 | } |
| 41 | |
| 42 | function test2(stream) { |
| 43 | stream.destroy(); |
| 44 | stream.on('open', common.mustCall(function(fd) { |
| 45 | stream.destroy(); |
| 46 | })); |
| 47 | } |
| 48 | |
| 49 | function test3(stream) { |
| 50 | stream.on('open', common.mustCall(function(fd) { |
no test coverage detected