mirror of
https://github.com/tc39/test262.git
synced 2025-07-25 06:55:06 +02:00
Update comments in Object.defineProperties tests (Fixes #138)
The expected values were already changed in a previous commit (@49abae4f5e6b38931d86dc9b9d34ae30d9ced2ca), only the test descriptions still needed to be updated. (Fixes #138)
This commit is contained in:
parent
49abae4f5e
commit
e12917af66
@ -7,7 +7,7 @@
|
|||||||
/*---
|
/*---
|
||||||
es5id: 15.2.3.7-6-a-93-3
|
es5id: 15.2.3.7-6-a-93-3
|
||||||
description: >
|
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
|
named data property 'P' when [[Configurable]] attribute of first
|
||||||
updating property is false (8.12.9 - step Note & 10.a.ii.1)
|
updating property is false (8.12.9 - step Note & 10.a.ii.1)
|
||||||
includes: [propertyHelper.js]
|
includes: [propertyHelper.js]
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
/*---
|
/*---
|
||||||
es5id: 15.2.3.7-6-a-93-4
|
es5id: 15.2.3.7-6-a-93-4
|
||||||
description: >
|
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
|
indexed data property 'P' when [[Configurable]] attribute of first
|
||||||
updating property are false (8.12.9 - step Note & 10.a.ii.1)
|
updating property are false (8.12.9 - step Note & 10.a.ii.1)
|
||||||
includes: [propertyHelper.js]
|
includes: [propertyHelper.js]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user