diff --git a/test/built-ins/WeakMap/prototype/getOrInsertComputed/check-state-after-callback-fn-throws.js b/test/built-ins/WeakMap/prototype/getOrInsertComputed/check-state-after-callback-fn-throws.js index 27cb2c6641..bb1bb116e4 100644 --- a/test/built-ins/WeakMap/prototype/getOrInsertComputed/check-state-after-callback-fn-throws.js +++ b/test/built-ins/WeakMap/prototype/getOrInsertComputed/check-state-after-callback-fn-throws.js @@ -11,7 +11,7 @@ info: | 6. Let value be ? Call(callbackfn, key). ... -features: [upsert, WeakMap, Symbol] +features: [upsert, WeakMap, Symbol, symbols-as-weakmap-keys] ---*/ var map = new WeakMap(); const obj0 = {};