summaryrefslogtreecommitdiff
path: root/test/sequential/test-tcp-wrap-listen.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/sequential/test-tcp-wrap-listen.js')
-rw-r--r--test/sequential/test-tcp-wrap-listen.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sequential/test-tcp-wrap-listen.js b/test/sequential/test-tcp-wrap-listen.js
index 44254c3d3f..d16069f25d 100644
--- a/test/sequential/test-tcp-wrap-listen.js
+++ b/test/sequential/test-tcp-wrap-listen.js
@@ -65,7 +65,7 @@ server.onconnection = function(err, client) {
writeCount++;
console.log('write ' + writeCount);
maybeCloseClient();
- };
+ }
sliceCount++;
} else {