diff options
Diffstat (limited to 'test/language/statements/for-in/labelled-fn-stmt-lhs.js')
-rw-r--r-- | test/language/statements/for-in/labelled-fn-stmt-lhs.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/language/statements/for-in/labelled-fn-stmt-lhs.js b/test/language/statements/for-in/labelled-fn-stmt-lhs.js index 6a7cd1674..10c4cfe5f 100644 --- a/test/language/statements/for-in/labelled-fn-stmt-lhs.js +++ b/test/language/statements/for-in/labelled-fn-stmt-lhs.js @@ -7,7 +7,7 @@ negative: type: SyntaxError esid: sec-semantics-static-semantics-early-errors es6id: 13.7.1.1 -info: > +info: | Although Annex B describes an extension which permits labelled function declarations outside of strict mode, this early error is applied regardless of the language mode. |