Skip to content

Commit fc53345

Browse files
addaleaxtargos
authored andcommitted
test: remove unnecessary --expose-internals flags
PR-URL: #29886 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]> Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent 7683aa0 commit fc53345

34 files changed

+1
-42
lines changed

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
const common = 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
const common = 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
const fixtures = 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
const common = 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
const common = 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
const common = 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
const common = 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
const common = require('../common');
43

0 commit comments

Comments
 (0)