mirror of https://github.com/tc39/test262.git
fixup! Cleanup some tests for FinalizationGroup
This commit is contained in:
parent
6242304cd0
commit
1ef21eb50b
|
@ -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…
Reference in New Issue