summaryrefslogtreecommitdiff
path: root/test/sequential/test-http-regr-gh-2928.js
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2019-10-08 18:41:21 +0200
committerRich Trott <rtrott@gmail.com>2019-10-10 11:59:31 -0700
commitf7b5eacaa686c9c49041ac2d1b1899af3346bc6e (patch)
treedb62a9a37b7f3367271d59d5ec2fddf18833f84f /test/sequential/test-http-regr-gh-2928.js
parent4885e50f7ef7f77a87fbb9f56fb088afebfa8b4a (diff)
downloadandroid-node-v8-f7b5eacaa686c9c49041ac2d1b1899af3346bc6e.tar.gz
android-node-v8-f7b5eacaa686c9c49041ac2d1b1899af3346bc6e.tar.bz2
android-node-v8-f7b5eacaa686c9c49041ac2d1b1899af3346bc6e.zip
test: remove unnecessary --expose-internals flags
PR-URL: https://github.com/nodejs/node/pull/29886 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'test/sequential/test-http-regr-gh-2928.js')
-rw-r--r--test/sequential/test-http-regr-gh-2928.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/sequential/test-http-regr-gh-2928.js b/test/sequential/test-http-regr-gh-2928.js
index 5111e234d1..149aaeb6e6 100644
--- a/test/sequential/test-http-regr-gh-2928.js
+++ b/test/sequential/test-http-regr-gh-2928.js
@@ -1,7 +1,6 @@
// This test is designed to fail with a segmentation fault in Node.js 4.1.0 and
// execute without issues in Node.js 4.1.1 and up.
-// Flags: --expose-internals
'use strict';
const common = require('../common');
const assert = require('assert');