summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--features.txt1
-rw-r--r--src/dstr-binding-for-await/ary-ptrn-elision-exhausted.case2
-rw-r--r--src/dstr-binding-for-await/ary-ptrn-elision-step-err.case2
-rw-r--r--src/dstr-binding-for-await/ary-ptrn-elision.case2
-rw-r--r--src/dstr-binding/ary-ptrn-elision-exhausted.case2
-rw-r--r--src/dstr-binding/ary-ptrn-elision-step-err.case2
-rw-r--r--src/dstr-binding/ary-ptrn-elision.case2
7 files changed, 6 insertions, 7 deletions
diff --git a/features.txt b/features.txt
index 66ad482cf..d30744f6b 100644
--- a/features.txt
+++ b/features.txt
@@ -68,7 +68,6 @@ default-arg
default-parameters
destructuring-binding
Float64Array
-generator
generators
Int8Array
let
diff --git a/src/dstr-binding-for-await/ary-ptrn-elision-exhausted.case b/src/dstr-binding-for-await/ary-ptrn-elision-exhausted.case
index 2d7cd5094..bc13eb840 100644
--- a/src/dstr-binding-for-await/ary-ptrn-elision-exhausted.case
+++ b/src/dstr-binding-for-await/ary-ptrn-elision-exhausted.case
@@ -19,7 +19,7 @@ info: |
1. If iteratorRecord.[[done]] is false, then
[...]
2. Return NormalCompletion(empty).
-features: [generator]
+features: [generators]
---*/
//- setup
diff --git a/src/dstr-binding-for-await/ary-ptrn-elision-step-err.case b/src/dstr-binding-for-await/ary-ptrn-elision-step-err.case
index 1f1d69448..5b0d8a8b8 100644
--- a/src/dstr-binding-for-await/ary-ptrn-elision-step-err.case
+++ b/src/dstr-binding-for-await/ary-ptrn-elision-step-err.case
@@ -20,7 +20,7 @@ info: |
a. Let next be IteratorStep(iteratorRecord.[[iterator]]).
b. If next is an abrupt completion, set iteratorRecord.[[done]] to true.
c. ReturnIfAbrupt(next).
-features: [generator]
+features: [generators]
---*/
//- setup
diff --git a/src/dstr-binding-for-await/ary-ptrn-elision.case b/src/dstr-binding-for-await/ary-ptrn-elision.case
index 828e8413a..a7814c942 100644
--- a/src/dstr-binding-for-await/ary-ptrn-elision.case
+++ b/src/dstr-binding-for-await/ary-ptrn-elision.case
@@ -22,7 +22,7 @@ info: |
c. ReturnIfAbrupt(next).
d. If next is false, set iteratorRecord.[[done]] to true.
2. Return NormalCompletion(empty).
-features: [generator]
+features: [generators]
---*/
//- setup
diff --git a/src/dstr-binding/ary-ptrn-elision-exhausted.case b/src/dstr-binding/ary-ptrn-elision-exhausted.case
index 1f3b1fd8e..6d95dab7a 100644
--- a/src/dstr-binding/ary-ptrn-elision-exhausted.case
+++ b/src/dstr-binding/ary-ptrn-elision-exhausted.case
@@ -19,7 +19,7 @@ info: |
1. If iteratorRecord.[[done]] is false, then
[...]
2. Return NormalCompletion(empty).
-features: [generator]
+features: [generators]
---*/
//- setup
diff --git a/src/dstr-binding/ary-ptrn-elision-step-err.case b/src/dstr-binding/ary-ptrn-elision-step-err.case
index 296f6e6f6..2c780f17d 100644
--- a/src/dstr-binding/ary-ptrn-elision-step-err.case
+++ b/src/dstr-binding/ary-ptrn-elision-step-err.case
@@ -20,7 +20,7 @@ info: |
a. Let next be IteratorStep(iteratorRecord.[[iterator]]).
b. If next is an abrupt completion, set iteratorRecord.[[done]] to true.
c. ReturnIfAbrupt(next).
-features: [generator]
+features: [generators]
---*/
//- setup
diff --git a/src/dstr-binding/ary-ptrn-elision.case b/src/dstr-binding/ary-ptrn-elision.case
index 9784dea4f..2344f788a 100644
--- a/src/dstr-binding/ary-ptrn-elision.case
+++ b/src/dstr-binding/ary-ptrn-elision.case
@@ -22,7 +22,7 @@ info: |
c. ReturnIfAbrupt(next).
d. If next is false, set iteratorRecord.[[done]] to true.
2. Return NormalCompletion(empty).
-features: [generator]
+features: [generators]
---*/
//- setup