diff --git a/test/built-ins/WeakMap/prototype/getOrInsertComputed/check-callback-fn-args.js b/test/built-ins/WeakMap/prototype/getOrInsertComputed/check-callback-fn-args.js index aa1bad4816..f388098e91 100644 --- a/test/built-ins/WeakMap/prototype/getOrInsertComputed/check-callback-fn-args.js +++ b/test/built-ins/WeakMap/prototype/getOrInsertComputed/check-callback-fn-args.js @@ -11,7 +11,7 @@ info: | 6. Let value be ? Call(callbackfn, key). ... -features: [upsert, Symbol, WeakMap] +features: [upsert, Symbol, WeakMap, symbols-as-weakmap-keys] flags: [onlyStrict] ---*/ var map = new WeakMap();