mirror of https://github.com/tc39/test262.git
add missing feature to cleanupSome test
This commit is contained in:
parent
9f6da57ee4
commit
06b982d2f0
|
@ -18,7 +18,7 @@ info: |
|
|||
7. If IsConstructor(constructor) is false, throw a TypeError exception.
|
||||
...
|
||||
includes: [isConstructor.js]
|
||||
features: [Reflect.construct, FinalizationRegistry, arrow-function]
|
||||
features: [Reflect.construct, FinalizationRegistry, FinalizationRegistry.prototype.cleanupSome, arrow-function]
|
||||
---*/
|
||||
|
||||
assert.sameValue(
|
||||
|
|
Loading…
Reference in New Issue