Skip to content

Commit d03bd87

Browse files
mmarchininodejs-ci
authored andcommitted
test: add required flag to FinalizationGroup test
`cleanupSome` was moved to a separate flag due to discussions in the last TC39 meeting. Use this flag to ensure the test passes. Refs: https://chromium-review.googlesource.com/c/v8/v8/+/2141011 Fixes: #155
1 parent 360022b commit d03bd87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-finalization-group.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
// Flags: --expose-gc --harmony-weak-refs
3+
// Flags: --expose-gc --harmony-weak-refs --harmony-weak-refs-with-cleanup-some
44

55
const common = require('../common');
66

0 commit comments

Comments
 (0)