mirror of https://github.com/tc39/test262.git
Merge pull request #313 from evilpie/includes
Use the more common array syntax for includes
This commit is contained in:
commit
a1437652ab
|
@ -3,8 +3,7 @@
|
|||
|
||||
/*---
|
||||
description: Testing descriptor property of Math.acosh
|
||||
includes:
|
||||
- propertyHelper.js
|
||||
includes: [propertyHelper.js]
|
||||
es6id: 20.2.2.3
|
||||
---*/
|
||||
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
|
||||
/*---
|
||||
description: Testing descriptor property of Math.asinh
|
||||
includes:
|
||||
- propertyHelper.js
|
||||
includes: [propertyHelper.js]
|
||||
es6id: 20.2.2.5
|
||||
---*/
|
||||
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
|
||||
/*---
|
||||
description: Testing descriptor property of Math.atanh
|
||||
includes:
|
||||
- propertyHelper.js
|
||||
includes: [propertyHelper.js]
|
||||
es6id: 20.2.2.7
|
||||
---*/
|
||||
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
|
||||
/*---
|
||||
description: Testing descriptor property of Math.cbrt
|
||||
includes:
|
||||
- propertyHelper.js
|
||||
includes: [propertyHelper.js]
|
||||
es6id: 20.2.2.9
|
||||
---*/
|
||||
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
|
||||
/*---
|
||||
description: Testing descriptor property of Math.cosh
|
||||
includes:
|
||||
- propertyHelper.js
|
||||
includes: [propertyHelper.js]
|
||||
es6id: 20.2.2.13
|
||||
---*/
|
||||
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
|
||||
/*---
|
||||
description: Testing descriptor property of Math.expm1
|
||||
includes:
|
||||
- propertyHelper.js
|
||||
includes: [propertyHelper.js]
|
||||
es6id: 20.2.2.15
|
||||
---*/
|
||||
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
|
||||
/*---
|
||||
description: Testing descriptor property of Math.hypot
|
||||
includes:
|
||||
- propertyHelper.js
|
||||
includes: [propertyHelper.js]
|
||||
es6id: 20.2.2.18
|
||||
---*/
|
||||
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
|
||||
/*---
|
||||
description: Testing descriptor property of Math.imul
|
||||
includes:
|
||||
- propertyHelper.js
|
||||
includes: [propertyHelper.js]
|
||||
es6id: 20.2.2.19
|
||||
---*/
|
||||
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
|
||||
/*---
|
||||
description: Testing length property of Math.log10
|
||||
includes:
|
||||
- propertyHelper.js
|
||||
includes: [propertyHelper.js]
|
||||
es6id: 20.2.2.20
|
||||
---*/
|
||||
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
|
||||
/*---
|
||||
description: Testing descriptor property of Math.log1p
|
||||
includes:
|
||||
- propertyHelper.js
|
||||
includes: [propertyHelper.js]
|
||||
es6id: 20.2.2.21
|
||||
---*/
|
||||
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
|
||||
/*---
|
||||
description: Testing descriptor property of Math.log2
|
||||
includes:
|
||||
- propertyHelper.js
|
||||
includes: [propertyHelper.js]
|
||||
es6id: 20.2.2.23
|
||||
---*/
|
||||
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
|
||||
/*---
|
||||
description: Testing descriptor property of Math.sign
|
||||
includes:
|
||||
- propertyHelper.js
|
||||
includes: [propertyHelper.js]
|
||||
es6id: 20.2.2.29
|
||||
---*/
|
||||
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
|
||||
/*---
|
||||
description: Testing descriptor property of Math.sinh
|
||||
includes:
|
||||
- propertyHelper.js
|
||||
includes: [propertyHelper.js]
|
||||
es6id: 20.2.2.31
|
||||
---*/
|
||||
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
|
||||
/*---
|
||||
description: Testing descriptor property of Math.tanh
|
||||
includes:
|
||||
- propertyHelper.js
|
||||
includes: [propertyHelper.js]
|
||||
es6id: 20.2.2.34
|
||||
---*/
|
||||
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
|
||||
/*---
|
||||
description: Testing descriptor property of Math.trunc
|
||||
includes:
|
||||
- propertyHelper.js
|
||||
includes: [propertyHelper.js]
|
||||
es6id: 20.2.2.35
|
||||
---*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue