node/test/parallel/test-net-end-without-connec...

6 lines
123 B
JavaScript
Raw Normal View History

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