Skip to content

Commit f6dfc31

Browse files
ALJCepedaitaloacasas
authored andcommitted
test: remove obsolete comment from dgram test
Refs: #4640 PR-URL: #8689 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
1 parent b4f3a30 commit f6dfc31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-dgram-oob-buffer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ socket.send(buf, 3, 1, common.PORT, '127.0.0.1', ok);
1717
// Since length of zero means nothing, don't error despite OOB.
1818
socket.send(buf, 4, 0, common.PORT, '127.0.0.1', ok);
1919

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

0 commit comments

Comments
 (0)