summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRick Waldron <waldron.rick@gmail.com>2017-08-16 15:11:05 -0400
committerRick Waldron <waldron.rick@gmail.com>2017-08-16 15:11:05 -0400
commit650d084fe31fae3a01fd6bca7d8e646942f4491f (patch)
tree46c15676803724bb20ac5ee862a154529b537778 /src
parentbcd308b553097a2662b594dd7178d521e8fc4aa6 (diff)
downloadqtdeclarative-testsuites-650d084fe31fae3a01fd6bca7d8e646942f4491f.tar.gz
features: generator => generators
Diffstat (limited to 'src')
-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
6 files changed, 6 insertions, 6 deletions
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