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() {