diff options
Diffstat (limited to 'test/language/statements/for-of/cptn-expr-abrupt-empty.js')
-rw-r--r-- | test/language/statements/for-of/cptn-expr-abrupt-empty.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/language/statements/for-of/cptn-expr-abrupt-empty.js b/test/language/statements/for-of/cptn-expr-abrupt-empty.js index 85d276f94..6e07c1c2f 100644 --- a/test/language/statements/for-of/cptn-expr-abrupt-empty.js +++ b/test/language/statements/for-of/cptn-expr-abrupt-empty.js @@ -4,7 +4,7 @@ es6id: 13.7.5.11 description: > Completion value when head has no declaration and iteration is cancelled -info: > +info: | IterationStatement : for ( LeftHandSideExpression of AssignmentExpression ) Statement |