Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8662399

Browse filesBrowse files
szuendRafaelGSS
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 2f7518a commit 8662399
Copy full SHA for 8662399

File tree

Expand file treeCollapse file tree

1 file changed

+0
-4
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-4
lines changed
Open diff view settings
Collapse file

‎test/parallel/test-snapshot-console.js‎

Copy file name to clipboardExpand all lines: test/parallel/test-snapshot-console.js
-4Lines changed: 0 additions & 4 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.