From 0a3e3e747fed12ef9743f1debe88107b3874fbd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Z=C3=BCnd?= Date: Tue, 18 Oct 2022 10:30:02 +0200 Subject: [PATCH] test: remove mentions of `--experimental-async-stack-tagging-api` flag --- 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, ], {