Skip to content

Commit 501ae0e

Browse files
committed
test: remove outdated V8 flag
The flag is going to be removed upstream in V8 9.0. Refs: v8/v8@0a480c3 PR-URL: #37151 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]>
1 parent 3c0672e commit 501ae0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/node-api/test_buffer/test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'use strict';
2-
// Flags: --expose-gc --no-concurrent-array-buffer-freeing --no-concurrent-array-buffer-sweeping
2+
// Flags: --expose-gc --no-concurrent-array-buffer-sweeping
33

44
const common = require('../../common');
55
const binding = require(`./build/${common.buildType}/test_buffer`);

0 commit comments

Comments
 (0)