summaryrefslogtreecommitdiff
path: root/test/built-ins/GeneratorPrototype/throw/try-finally-nested-try-catch-within-inner-try.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/GeneratorPrototype/throw/try-finally-nested-try-catch-within-inner-try.js')
-rw-r--r--test/built-ins/GeneratorPrototype/throw/try-finally-nested-try-catch-within-inner-try.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/built-ins/GeneratorPrototype/throw/try-finally-nested-try-catch-within-inner-try.js b/test/built-ins/GeneratorPrototype/throw/try-finally-nested-try-catch-within-inner-try.js
index 6b0ae2647..20c833b45 100644
--- a/test/built-ins/GeneratorPrototype/throw/try-finally-nested-try-catch-within-inner-try.js
+++ b/test/built-ins/GeneratorPrototype/throw/try-finally-nested-try-catch-within-inner-try.js
@@ -11,6 +11,7 @@ features: [generators]
---*/
var unreachable = 0;
+
function* g() {
try {
yield 1;