diff options
Diffstat (limited to 'test/language/statements/try/12.14-6.js')
-rw-r--r-- | test/language/statements/try/12.14-6.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/language/statements/try/12.14-6.js b/test/language/statements/try/12.14-6.js index 43052c9c5..adf3d8845 100644 --- a/test/language/statements/try/12.14-6.js +++ b/test/language/statements/try/12.14-6.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -info: > +info: | local vars must not be visible outside with block local functions must not be visible outside with block local function expresssions should not be visible outside with block |