summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLeo Balter <leonardo.balter@gmail.com>2017-08-18 17:19:01 -0400
committerGitHub <noreply@github.com>2017-08-18 17:19:01 -0400
commiteb93f969113ecadc031fd2c793b1741799bdcf09 (patch)
tree49e44e06a343a8a0ee1a166360f1a8fe6729c615 /src
parent626e823b46d5dbb3ca709c56e603c9f3ce361b50 (diff)
parentdffbe50668ba9dd655e3e80520d4d8e2955f1677 (diff)
downloadqtdeclarative-testsuites-eb93f969113ecadc031fd2c793b1741799bdcf09.tar.gz
Merge pull request #1182 from rwaldron/1181
features: generator => generators. Fixes gh-1181
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