Skip to content

Commit edf35db

Browse files
juanarboltargos
authored andcommitted
test: replace flag expose_internals to expose-internals
PR-URL: #32542 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent 079a32e commit edf35db

24 files changed

+24
-24
lines changed

test/parallel/test-child-process-bad-stdio.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'use strict';
2-
// Flags: --expose_internals
2+
// Flags: --expose-internals
33
const common = require('../common');
44
const assert = require('assert');
55
const cp = require('child_process');

test/parallel/test-child-process-exec-kill-throws.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'use strict';
2-
// Flags: --expose_internals
2+
// Flags: --expose-internals
33
const common = require('../common');
44
const assert = require('assert');
55
const cp = require('child_process');

test/parallel/test-child-process-http-socket-leak.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Flags: --expose_internals
1+
// Flags: --expose-internals
22

33
'use strict';
44

test/parallel/test-child-process-spawnsync-kill-signal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Flags: --expose_internals
1+
// Flags: --expose-internals
22
'use strict';
33
const common = require('../common');
44
const assert = require('assert');

test/parallel/test-child-process-spawnsync-shell.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Flags: --expose_internals
1+
// Flags: --expose-internals
22
'use strict';
33
const common = require('../common');
44
const assert = require('assert');

test/parallel/test-child-process-validate-stdio.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'use strict';
2-
// Flags: --expose_internals
2+
// Flags: --expose-internals
33

44
const common = require('../common');
55
const assert = require('assert');

test/parallel/test-child-process-windows-hide.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Flags: --expose_internals
1+
// Flags: --expose-internals
22
'use strict';
33
const common = require('../common');
44
const assert = require('assert');

test/parallel/test-constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Flags: --expose_internals
1+
// Flags: --expose-internals
22
'use strict';
33

44
require('../common');

test/parallel/test-fs-open-flags.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
2020
// USE OR OTHER DEALINGS IN THE SOFTWARE.
2121

22-
// Flags: --expose_internals
22+
// Flags: --expose-internals
2323
'use strict';
2424
const common = require('../common');
2525

test/parallel/test-http2-compat-socket.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Flags: --expose_internals
1+
// Flags: --expose-internals
22

33
'use strict';
44

0 commit comments

Comments
 (0)