diff --git a/test/built-ins/WeakRef/prototype/deref/this-does-not-have-internal-target-throws.js b/test/built-ins/WeakRef/prototype/deref/this-does-not-have-internal-target-throws.js index c21d048512..2a256676b8 100644 --- a/test/built-ins/WeakRef/prototype/deref/this-does-not-have-internal-target-throws.js +++ b/test/built-ins/WeakRef/prototype/deref/this-does-not-have-internal-target-throws.js @@ -15,7 +15,7 @@ info: | a. Perform ! KeepDuringJob(target). b. Return target. 6. Return undefined. -features: [WeakRef, FinalizationGroup] +features: [WeakSet, WeakMap, WeakRef, FinalizationGroup] ---*/ assert.sameValue(typeof WeakRef.prototype.deref, 'function');