summaryrefslogtreecommitdiff
path: root/src/async-generators/yield-star-next-then-non-callable-null-fulfillpromise.case
diff options
context:
space:
mode:
Diffstat (limited to 'src/async-generators/yield-star-next-then-non-callable-null-fulfillpromise.case')
-rw-r--r--src/async-generators/yield-star-next-then-non-callable-null-fulfillpromise.case2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/async-generators/yield-star-next-then-non-callable-null-fulfillpromise.case b/src/async-generators/yield-star-next-then-non-callable-null-fulfillpromise.case
index 33439725d..a5744ab7f 100644
--- a/src/async-generators/yield-star-next-then-non-callable-null-fulfillpromise.case
+++ b/src/async-generators/yield-star-next-then-non-callable-null-fulfillpromise.case
@@ -33,7 +33,7 @@ info: |
11. If IsCallable(thenAction) is false, then
a. Return FulfillPromise(promise, resolution).
...
-features: [Symbol.asyncIterator]
+features: [Symbol.iterator, Symbol.asyncIterator]
flags: [async]
---*/