mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
fixup! Cleanup some tests for FinalizationGroup
This commit is contained in:
parent
6242304cd0
commit
1ef21eb50b
2
test/built-ins/FinalizationGroup/prototype/cleanupSome/cleanup-prevented-with-reference.js
vendored
2
test/built-ins/FinalizationGroup/prototype/cleanupSome/cleanup-prevented-with-reference.js
vendored
@ -13,7 +13,7 @@ info: |
|
||||
4. If callback is not undefined and IsCallable(callback) is false, throw a TypeError exception.
|
||||
5. Perform ? CleanupFinalizationGroup(finalizationGroup, callback).
|
||||
6. Return undefined.
|
||||
features: [FinalizationGroup, arrow-function, async-functions, async-iteration, class, host-gc-required]
|
||||
features: [FinalizationGroup, host-gc-required]
|
||||
---*/
|
||||
|
||||
var holdingsList;
|
||||
|
Loading…
x
Reference in New Issue
Block a user