Skip to content

Commit

Permalink
test: remove mentions of --experimental-async-stack-tagging-api flag
Browse files Browse the repository at this point in the history
PR-URL: #45051
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
szuend authored and danielleadams committed Jan 3, 2023
1 parent fc58b61 commit 8fffd05
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/parallel/test-snapshot-console.js
@@ -1,7 +1,5 @@
'use strict';

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

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

{
const child = spawnSync(process.execPath, [
'--experimental-async-stack-tagging-api',
'--snapshot-blob',
blobPath,
'--build-snapshot',
Expand All @@ -41,7 +38,6 @@ const entry = fixtures.path('snapshot', 'console.js');

{
const child = spawnSync(process.execPath, [
'--experimental-async-stack-tagging-api',
'--snapshot-blob',
blobPath,
], {
Expand Down

0 comments on commit 8fffd05

Please sign in to comment.