diff options
Diffstat (limited to 'test/built-ins/Object/defineProperty/15.2.3.6-3-5.js')
-rw-r--r-- | test/built-ins/Object/defineProperty/15.2.3.6-3-5.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Object/defineProperty/15.2.3.6-3-5.js b/test/built-ins/Object/defineProperty/15.2.3.6-3-5.js index af6769186..763fbca7a 100644 --- a/test/built-ins/Object/defineProperty/15.2.3.6-3-5.js +++ b/test/built-ins/Object/defineProperty/15.2.3.6-3-5.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -info: > +info: | The abtract operation ToPropertyDescriptor is used to package the into a property desc. Step 10 of ToPropertyDescriptor throws a TypeError if the property desc ends up having a mix of accessor and data property elements. |