summaryrefslogtreecommitdiff
path: root/test/v8-updates
diff options
context:
space:
mode:
authorTony Gorez <gorez.tony@gmail.com>2022-11-11 15:41:56 +0100
committerNode.js GitHub Bot <github-bot@iojs.org>2022-11-19 09:11:42 +0000
commitf84aabfcab10d85b4de06745912e3afc75707256 (patch)
tree3ee6e5408bea1f21336ffe8d99949321752620ba /test/v8-updates
parente63ce48fe5d6d669a6f8fd029620b4d478d61e51 (diff)
downloadnode-new-f84aabfcab10d85b4de06745912e3afc75707256.tar.gz
test: fix test-trace-gc-flag
PR-URL: https://github.com/nodejs/node/pull/45230 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Diffstat (limited to 'test/v8-updates')
-rw-r--r--test/v8-updates/test-trace-gc-flag.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/v8-updates/test-trace-gc-flag.js b/test/v8-updates/test-trace-gc-flag.js
index d84e359525..0fe9beb52a 100644
--- a/test/v8-updates/test-trace-gc-flag.js
+++ b/test/v8-updates/test-trace-gc-flag.js
@@ -24,7 +24,7 @@ const fixtures = require('../common/fixtures');
scavengeRegex,
scavengeRegex,
scavengeRegex,
- /\bMark-sweep\b/,
+ /\bMark-Compact\b/,
];
lines.forEach((line, index) => {
assert.match(line, expectedOutput[index]);