summaryrefslogtreecommitdiff
path: root/test/parallel/test-http-parser-bad-ref.js
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2017-03-01 18:58:10 -0800
committerRich Trott <rtrott@gmail.com>2017-03-04 09:23:31 -0800
commitb535e25b27b21d8662fd0626c2e2aa9e912c8f19 (patch)
treec47e5f1000190544ef09918516e37af3f9404e34 /test/parallel/test-http-parser-bad-ref.js
parentcccc6d8545c0ebd83f934b9734f5605aaeb000f2 (diff)
downloadandroid-node-v8-b535e25b27b21d8662fd0626c2e2aa9e912c8f19.tar.gz
android-node-v8-b535e25b27b21d8662fd0626c2e2aa9e912c8f19.tar.bz2
android-node-v8-b535e25b27b21d8662fd0626c2e2aa9e912c8f19.zip
test: remove obsolete eslint-disable comment
The align-function-arguments custom rule is obsolete and has been removed from the code base. Remove comment that used to disable it for one file. PR-URL: https://github.com/nodejs/node/pull/11643 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com> Reviewed-By: Teddy Katz <teddy.katz@gmail.com>
Diffstat (limited to 'test/parallel/test-http-parser-bad-ref.js')
-rw-r--r--test/parallel/test-http-parser-bad-ref.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/parallel/test-http-parser-bad-ref.js b/test/parallel/test-http-parser-bad-ref.js
index 97b4685e18..c4ab1db865 100644
--- a/test/parallel/test-http-parser-bad-ref.js
+++ b/test/parallel/test-http-parser-bad-ref.js
@@ -75,12 +75,10 @@ demoBug('POST /1', '/22 HTTP/1.1\r\n' +
'Content-Length: 4\r\n\r\n' +
'pong');
-/* eslint-disable align-function-arguments */
demoBug('POST /1/22 HTTP/1.1\r\n' +
'Content-Type: tex', 't/plain\r\n' +
'Content-Length: 4\r\n\r\n' +
'pong');
-/* eslint-enable align-function-arguments */
process.on('exit', function() {
assert.strictEqual(2, headersComplete);