From 55e8077819a48e53b24a25dbeb9ec0a3fa105b2a Mon Sep 17 00:00:00 2001 From: Jonas Haukenes Date: Mon, 15 Sep 2025 16:22:04 +0200 Subject: [PATCH] Added missing feature; symbols-as-weakmap-keys --- .../getOrInsertComputed/check-state-after-callback-fn-throws.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {};