Skip to content
Snippets Groups Projects
Commit 44ee5c85 authored by Pieter van Ginkel's avatar Pieter van Ginkel
Browse files

Generator test should specify generators feature.

parent 21b739f1
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ description: >
Functions created using GeneratorFunction syntactic form do not
have own properties "caller" or "arguments", but inherit them from
%FunctionPrototype%.
features: [generators]
---*/
function* generator() {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment