fixup! Cleanup some tests for FinalizationGroup

This commit is contained in:
Leo Balter 2019-06-26 14:15:15 -04:00 committed by Rick Waldron
parent 6242304cd0
commit 1ef21eb50b
1 changed files with 1 additions and 1 deletions

View File

@ -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;