summaryrefslogtreecommitdiff
path: root/test/built-ins/GeneratorPrototype/return/from-state-suspended-start.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/GeneratorPrototype/return/from-state-suspended-start.js')
-rw-r--r--test/built-ins/GeneratorPrototype/return/from-state-suspended-start.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/built-ins/GeneratorPrototype/return/from-state-suspended-start.js b/test/built-ins/GeneratorPrototype/return/from-state-suspended-start.js
index b20ad0aed..34e6eebfb 100644
--- a/test/built-ins/GeneratorPrototype/return/from-state-suspended-start.js
+++ b/test/built-ins/GeneratorPrototype/return/from-state-suspended-start.js
@@ -10,6 +10,7 @@ features: [generators]
---*/
var bodyCount = 0;
+
function* G() {
bodyCount += 1;
}