From f41447492bae00ca12920b7146b2788bd47183e9 Mon Sep 17 00:00:00 2001 From: Minseok Choe Date: Thu, 5 Jun 2025 21:35:20 +0900 Subject: [PATCH] Update ctor-throws.js --- test/built-ins/Promise/prototype/then/ctor-throws.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/built-ins/Promise/prototype/then/ctor-throws.js b/test/built-ins/Promise/prototype/then/ctor-throws.js index 1532089f7a..9cd1f57428 100644 --- a/test/built-ins/Promise/prototype/then/ctor-throws.js +++ b/test/built-ins/Promise/prototype/then/ctor-throws.js @@ -18,7 +18,7 @@ info: | [...] 6. Let promise be Construct(C, «executor»). 7. ReturnIfAbrupt(promise). - features: [Symbol.species] +features: [Symbol.species] ---*/ var BadCtor = function() {