Skip to content

Commit

Permalink
test: fix test-trace-gc-flag
Browse files Browse the repository at this point in the history
PR-URL: #45230
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
  • Loading branch information
tony-go authored and ruyadorno committed Nov 21, 2022
1 parent 72f2df2 commit 076e9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/v8-updates/test-trace-gc-flag.js
Expand Up @@ -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]);
Expand Down

0 comments on commit 076e9ee

Please sign in to comment.