diff options
Diffstat (limited to 'test/language/statements/while/S12.6.2_A2.js')
-rw-r--r-- | test/language/statements/while/S12.6.2_A2.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/language/statements/while/S12.6.2_A2.js b/test/language/statements/while/S12.6.2_A2.js index 642869614..b177b1cc2 100644 --- a/test/language/statements/while/S12.6.2_A2.js +++ b/test/language/statements/while/S12.6.2_A2.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -info: > +info: | While evaluating The production IterationStatement: "while ( Expression ) Statement", Expression is evaluated first es5id: 12.6.2_A2 |