diff options
Diffstat (limited to 'test/language/arguments-object/S10.6_A2.js')
-rw-r--r-- | test/language/arguments-object/S10.6_A2.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/language/arguments-object/S10.6_A2.js b/test/language/arguments-object/S10.6_A2.js index f5b4d7772..9780581ae 100644 --- a/test/language/arguments-object/S10.6_A2.js +++ b/test/language/arguments-object/S10.6_A2.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -info: > +info: | The value of the internal [[Prototype]] property of the created arguments object is the original Object prototype object, the one that is the initial value of Object.prototype |