We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72f2df2 commit 076e9eeCopy full SHA for 076e9ee
test/v8-updates/test-trace-gc-flag.js
@@ -24,7 +24,7 @@ const fixtures = require('../common/fixtures');
24
scavengeRegex,
25
26
27
- /\bMark-sweep\b/,
+ /\bMark-Compact\b/,
28
];
29
lines.forEach((line, index) => {
30
assert.match(line, expectedOutput[index]);
0 commit comments