Skip to content

Commit 076e9ee

Browse files
tony-goruyadorno
authored andcommitted
test: fix test-trace-gc-flag
PR-URL: #45230 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
1 parent 72f2df2 commit 076e9ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/v8-updates/test-trace-gc-flag.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const fixtures = require('../common/fixtures');
2424
scavengeRegex,
2525
scavengeRegex,
2626
scavengeRegex,
27-
/\bMark-sweep\b/,
27+
/\bMark-Compact\b/,
2828
];
2929
lines.forEach((line, index) => {
3030
assert.match(line, expectedOutput[index]);

0 commit comments

Comments
 (0)