diff options
Diffstat (limited to 'test/simple/test-child-process-custom-fds.js')
-rw-r--r-- | test/simple/test-child-process-custom-fds.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/simple/test-child-process-custom-fds.js b/test/simple/test-child-process-custom-fds.js index d4e4a47af..690f89d6d 100644 --- a/test/simple/test-child-process-custom-fds.js +++ b/test/simple/test-child-process-custom-fds.js @@ -19,6 +19,9 @@ // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE // USE OR OTHER DEALINGS IN THE SOFTWARE. +// libuv-broken + + var common = require('../common'); var assert = require('assert'); |