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