summaryrefslogtreecommitdiff
path: root/src/async-generators/yield-star-getiter-sync-not-callable-symbol-throw.case
diff options
context:
space:
mode:
Diffstat (limited to 'src/async-generators/yield-star-getiter-sync-not-callable-symbol-throw.case')
-rw-r--r--src/async-generators/yield-star-getiter-sync-not-callable-symbol-throw.case2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/async-generators/yield-star-getiter-sync-not-callable-symbol-throw.case b/src/async-generators/yield-star-getiter-sync-not-callable-symbol-throw.case
index f8ac1218f..b935295d5 100644
--- a/src/async-generators/yield-star-getiter-sync-not-callable-symbol-throw.case
+++ b/src/async-generators/yield-star-getiter-sync-not-callable-symbol-throw.case
@@ -30,7 +30,7 @@ info: |
4. If IsCallable(func) is false, throw a TypeError exception.
...
-features: [Symbol.asyncIterator]
+features: [Symbol.iterator, Symbol.asyncIterator]
flags: [async]
---*/