Skip to content

Commit fc53345

Browse files
addaleaxtargos
authored andcommitted
test: remove unnecessary --expose-internals flags
PR-URL: #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>
1 parent 7683aa0 commit fc53345

34 files changed

Lines changed: 1 addition & 42 deletions

‎test/async-hooks/test-httpparser.request.js‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// Flags: --expose-internals
21
'use strict';
32

43
constcommon=require('../common');

‎test/async-hooks/test-httpparser.response.js‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// Flags: --expose-internals
21
'use strict';
32

43
constcommon=require('../common');

‎test/common/inspector-helper.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const http = require('http');
66
constfixtures=require('../common/fixtures');
77
const{ spawn }=require('child_process');
88
const{parse: parseURL}=require('url');
9-
const{ pathToFileURL }=require('internal/url');
9+
const{ pathToFileURL }=require('url');
1010
const{ EventEmitter }=require('events');
1111

1212
const_MAINSCRIPT=fixtures.path('loop.js');

‎test/parallel/test-bootstrap-modules.js‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// Flags: --expose-internals
21
'use strict';
32

43
// This list must be computed before we require any modules to

‎test/parallel/test-http2-compat-errors.js‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// Flags: --expose-internals
21
'use strict';
32

43
constcommon=require('../common');

‎test/parallel/test-http2-compat-serverresponse-close.js‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// Flags: --expose-internals
21
'use strict';
32

43
constcommon=require('../common');

‎test/parallel/test-http2-server-errors.js‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Flags: --expose-internals
21
'use strict';
3-
42
constcommon=require('../common');
53
if(!common.hasCrypto)
64
common.skip('missing crypto');

‎test/parallel/test-http2-session-unref.js‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
'use strict';
2-
// Flags: --expose-internals
3-
42
// Tests that calling unref() on Http2Session:
53
// (1) Prevents it from keeping the process alive
64
// (2) Doesn't crash

‎test/parallel/test-inspect-async-hook-setup-at-inspect.js‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// Flags: --expose-internals
21
'use strict';
32
constcommon=require('../common');
43
common.skipIfInspectorDisabled();

‎test/parallel/test-inspector-esm.js‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// Flags: --expose-internals
21
'use strict';
32
constcommon=require('../common');
43

0 commit comments

Comments
 (0)