Skip to content

Commit 8fffd05

Browse files
szuenddanielleadams
authored andcommitted
test: remove mentions of --experimental-async-stack-tagging-api flag
PR-URL: #45051 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent fc58b61 commit 8fffd05

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/parallel/test-snapshot-console.js

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
'use strict';
22

3-
// TODO(joyeecheung): remove the flag when it is turned on by default in V8.
4-
// Flags: --experimental-async-stack-tagging-api
53
// This tests the console works in the deserialized snapshot.
64

75
const common = require('../common');
@@ -20,7 +18,6 @@ const entry = fixtures.path('snapshot', 'console.js');
2018

2119
{
2220
const child = spawnSync(process.execPath, [
23-
'--experimental-async-stack-tagging-api',
2421
'--snapshot-blob',
2522
blobPath,
2623
'--build-snapshot',
@@ -41,7 +38,6 @@ const entry = fixtures.path('snapshot', 'console.js');
4138

4239
{
4340
const child = spawnSync(process.execPath, [
44-
'--experimental-async-stack-tagging-api',
4541
'--snapshot-blob',
4642
blobPath,
4743
], {

0 commit comments

Comments
 (0)