Skip to content

Commit

Permalink
test: remove obsolete comment from dgram test
Browse files Browse the repository at this point in the history
Refs: nodejs#4640
PR-URL: nodejs#8689
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
  • Loading branch information
ALJCepeda authored and krydos committed Feb 25, 2017
1 parent 687e7c2 commit 77b1109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-dgram-oob-buffer.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ socket.send(buf, 3, 1, common.PORT, '127.0.0.1', ok);
// Since length of zero means nothing, don't error despite OOB.
socket.send(buf, 4, 0, common.PORT, '127.0.0.1', ok);

socket.close(); // FIXME should not be necessary
socket.close();

0 comments on commit 77b1109

Please sign in to comment.