From 8fffd05b85bc7b6ecb1f1de911cc52a19ba633ae Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 18 Oct 2022 15:16:06 +0200 Subject: [PATCH] test: remove mentions of `--experimental-async-stack-tagging-api` flag MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/45051 Reviewed-By: Michaƫl Zasso Reviewed-By: Antoine du Hamel --- test/parallel/test-snapshot-console.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/parallel/test-snapshot-console.js b/test/parallel/test-snapshot-console.js index 781b088ab25315..f3c805dc4bf8fe 100644 --- a/test/parallel/test-snapshot-console.js +++ b/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'); @@ -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', @@ -41,7 +38,6 @@ const entry = fixtures.path('snapshot', 'console.js'); { const child = spawnSync(process.execPath, [ - '--experimental-async-stack-tagging-api', '--snapshot-blob', blobPath, ], {