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