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
  • Loading branch information
szuend committed Oct 18, 2022
1 parent 1a8f8ba commit 8630231
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 8630231

Please sign in to comment.