diff --git a/test/built-ins/WeakMap/prototype/getOrInsertComputed/throw-if-key-cannot-be-held-weakly.js b/test/built-ins/WeakMap/prototype/getOrInsertComputed/throw-if-key-cannot-be-held-weakly.js index 8fe94a2792..28388f30be 100644 --- a/test/built-ins/WeakMap/prototype/getOrInsertComputed/throw-if-key-cannot-be-held-weakly.js +++ b/test/built-ins/WeakMap/prototype/getOrInsertComputed/throw-if-key-cannot-be-held-weakly.js @@ -11,6 +11,7 @@ info: | ... 4. If CanBeHeldWeakly(_key_) is *false*, throw a *TypeError* exception. ... +includes: [compareArray.js] features: [Symbol, WeakMap, upsert] ---*/