summaryrefslogtreecommitdiff
path: root/src/function-forms
diff options
context:
space:
mode:
authorLeo Balter <leonardo.balter@gmail.com>2017-10-26 17:05:32 -0400
committerLeo Balter <leonardo.balter@gmail.com>2017-10-26 19:04:57 -0400
commit4e191e5b6522dc366c84a0cbe96ac43b9e94dbe8 (patch)
tree8a26a5c865b4f6ef190472a3a4781c7a97e861ae /src/function-forms
parentf8f5a7a1e7dae4e1a321bb7583f9043d35970c4f (diff)
downloadqtdeclarative-testsuites-4e191e5b6522dc366c84a0cbe96ac43b9e94dbe8.tar.gz
Add missing generators flags in templates
Diffstat (limited to 'src/function-forms')
-rw-r--r--src/function-forms/syntax/async-meth.template1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/function-forms/syntax/async-meth.template b/src/function-forms/syntax/async-meth.template
index 7200251a5..bec86025b 100644
--- a/src/function-forms/syntax/async-meth.template
+++ b/src/function-forms/syntax/async-meth.template
@@ -10,6 +10,7 @@ info: |
AsyncMethod :
async PropertyName ( UniqueFormalParameters ) { AsyncFunctionBody }
+features: [async-iteration]
---*/
({