diff options
Diffstat (limited to 'test/language/identifier-resolution/S10.2.2_A1_T4.js')
-rw-r--r-- | test/language/identifier-resolution/S10.2.2_A1_T4.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/language/identifier-resolution/S10.2.2_A1_T4.js b/test/language/identifier-resolution/S10.2.2_A1_T4.js index 5731e5c67..d49523d53 100644 --- a/test/language/identifier-resolution/S10.2.2_A1_T4.js +++ b/test/language/identifier-resolution/S10.2.2_A1_T4.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -info: > +info: | Every execution context has associated with it a scope chain. A scope chain is a list of objects that are searched when evaluating an Identifier |