summaryrefslogtreecommitdiffhomepage
path: root/test/node/write_array/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/node/write_array/app.js')
-rw-r--r--test/node/write_array/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/node/write_array/app.js b/test/node/write_array/app.js
index b7abb3fc..761e8537 100644
--- a/test/node/write_array/app.js
+++ b/test/node/write_array/app.js
@@ -1,4 +1,4 @@
require('http').createServer(function (req, res) {
res.writeHead(200, {'Content-Length': 5, 'Content-Type': 'text/plain'})
.end(new Uint8Array(Buffer.from('array', 'utf8')));
-}).listen(7080);
+}).listen(8080);