nodejs/test/parallel/test-net-end-without-connect.js

6 lines
123 B
JavaScript
Raw Normal View History

2012-12-25 22:05:06 +01:00
var common = require('../common');
var net = require('net');
var sock = new net.Socket;
sock.end(); // Should not throw.