From d0cb9f80f70a924197d0b5e2160b07401ddfef4e Mon Sep 17 00:00:00 2001 From: Daniel Minor Date: Tue, 19 Aug 2025 10:43:14 -0400 Subject: [PATCH] Add symbols-as-weakmap-keys to features --- .../prototype/getOrInsertComputed/check-callback-fn-args.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();