Skip to content
Snippets Groups Projects
Commit 79daca45 authored by Brian Terlson's avatar Brian Terlson
Browse files

Merge pull request #139 from anba/issue-138/defineproperties-exception

Update comments in Object.defineProperties tests (Fixes #138)
parents a8bfcab1 e12917af
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
/*---
es5id: 15.2.3.7-6-a-93-3
description: >
Object.defineProperties will not fail to update [[Value]] attribute of
Object.defineProperties will fail to update [[Value]] attribute of
named data property 'P' when [[Configurable]] attribute of first
updating property is false (8.12.9 - step Note & 10.a.ii.1)
includes: [propertyHelper.js]
......
......@@ -7,7 +7,7 @@
/*---
es5id: 15.2.3.7-6-a-93-4
description: >
Object.defineProperties will not fail to update [[Value]] attribute of
Object.defineProperties will fail to update [[Value]] attribute of
indexed data property 'P' when [[Configurable]] attribute of first
updating property are false (8.12.9 - step Note & 10.a.ii.1)
includes: [propertyHelper.js]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment