Skip to content

Commit f339cd0

Browse files
committed
already complete with validation and platform specific tests
1 parent 14b3fb0 commit f339cd0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/parallel/test-net-socket-tos.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ const common = require('../common');
33
const assert = require('assert');
44
const net = require('net');
55

6-
// 1. Check if the platform supports TOS
7-
// Your implementation returns UV_ENOSYS on Windows, so we expect an error there.
86
const isWindows = common.isWindows;
97

108
const server = net.createServer(common.mustCall((socket) => {

0 commit comments

Comments
 (0)