Merge pull request #304 from pvginkel/missing-generators

Generator test should specify generators feature.
This commit is contained in:
Brian Terlson 2015-06-08 11:40:45 -07:00
commit 0146a1797e

View File

@ -6,6 +6,7 @@ description: >
Functions created using GeneratorFunction syntactic form do not Functions created using GeneratorFunction syntactic form do not
have own properties "caller" or "arguments", but inherit them from have own properties "caller" or "arguments", but inherit them from
%FunctionPrototype%. %FunctionPrototype%.
features: [generators]
---*/ ---*/
function* generator() {} function* generator() {}