Merge pull request #309 from arv/remove-includes-assert-js

No need to include asserts.js
This commit is contained in:
Brian Terlson 2015-06-09 13:03:57 -07:00
commit 5ae7600f67
25 changed files with 0 additions and 50 deletions

View File

@ -3,8 +3,6 @@
/*--- /*---
description: Testing length property of Math.acosh description: Testing length property of Math.acosh
includes:
- assert.js
es6id: 20.2.2.3 es6id: 20.2.2.3
---*/ ---*/

View File

@ -3,8 +3,6 @@
/*--- /*---
description: Math.acosh with special values description: Math.acosh with special values
includes:
- assert.js
es6id: 20.2.2.3 es6id: 20.2.2.3
---*/ ---*/

View File

@ -3,8 +3,6 @@
/*--- /*---
description: Testing length property of Math.asinh description: Testing length property of Math.asinh
includes:
- assert.js
es6id: 20.2.2.5 es6id: 20.2.2.5
---*/ ---*/

View File

@ -3,8 +3,6 @@
/*--- /*---
description: Math.asinh with special values description: Math.asinh with special values
includes:
- assert.js
es6id: 20.2.2.5 es6id: 20.2.2.5
---*/ ---*/

View File

@ -3,8 +3,6 @@
/*--- /*---
description: Testing length property of Math.atanh description: Testing length property of Math.atanh
includes:
- assert.js
es6id: 20.2.2.7 es6id: 20.2.2.7
---*/ ---*/

View File

@ -3,8 +3,6 @@
/*--- /*---
description: Math.atanh with special values description: Math.atanh with special values
includes:
- assert.js
es6id: 20.2.2.7 es6id: 20.2.2.7
---*/ ---*/

View File

@ -3,8 +3,6 @@
/*--- /*---
description: Testing length property of Math.cbrt description: Testing length property of Math.cbrt
includes:
- assert.js
es6id: 20.2.2.9 es6id: 20.2.2.9
---*/ ---*/

View File

@ -3,8 +3,6 @@
/*--- /*---
description: Math.cbrt with special values description: Math.cbrt with special values
includes:
- assert.js
es6id: 20.2.2.9 es6id: 20.2.2.9
---*/ ---*/

View File

@ -3,8 +3,6 @@
/*--- /*---
description: Testing length property of Math.cosh description: Testing length property of Math.cosh
includes:
- assert.js
es6id: 20.2.2.13 es6id: 20.2.2.13
---*/ ---*/

View File

@ -3,8 +3,6 @@
/*--- /*---
description: Math.cosh with special values description: Math.cosh with special values
includes:
- assert.js
es6id: 20.2.2.13 es6id: 20.2.2.13
---*/ ---*/

View File

@ -3,8 +3,6 @@
/*--- /*---
description: Testing length property of Math.expm1 description: Testing length property of Math.expm1
includes:
- assert.js
es6id: 20.2.2.15 es6id: 20.2.2.15
---*/ ---*/

View File

@ -3,8 +3,6 @@
/*--- /*---
description: Math.expm1 with sample values. description: Math.expm1 with sample values.
includes:
- assert.js
es6id: 20.2.2.15 es6id: 20.2.2.15
---*/ ---*/

View File

@ -3,8 +3,6 @@
/*--- /*---
description: Testing length property of Math.imul description: Testing length property of Math.imul
includes:
- assert.js
es6id: 20.2.2.19 es6id: 20.2.2.19
---*/ ---*/

View File

@ -3,8 +3,6 @@
/*--- /*---
description: Testing length property of Math.log10 description: Testing length property of Math.log10
includes:
- assert.js
es6id: 20.2.2.20 es6id: 20.2.2.20
---*/ ---*/

View File

@ -3,8 +3,6 @@
/*--- /*---
description: Math.Log10 with sample values. description: Math.Log10 with sample values.
includes:
- assert.js
es6id: 20.2.2.20 es6id: 20.2.2.20
---*/ ---*/

View File

@ -3,8 +3,6 @@
/*--- /*---
description: Testing length property of Math.log1p description: Testing length property of Math.log1p
includes:
- assert.js
es6id: 20.2.2.21 es6id: 20.2.2.21
---*/ ---*/

View File

@ -3,8 +3,6 @@
/*--- /*---
description: Testing length property of Math.log2 description: Testing length property of Math.log2
includes:
- assert.js
es6id: 20.2.2.23 es6id: 20.2.2.23
---*/ ---*/

View File

@ -3,8 +3,6 @@
/*--- /*---
description: Testing length property of Math.sign description: Testing length property of Math.sign
includes:
- assert.js
es6id: 20.2.2.29 es6id: 20.2.2.29
---*/ ---*/

View File

@ -3,8 +3,6 @@
/*--- /*---
description: Math.sign with special values description: Math.sign with special values
includes:
- assert.js
es6id: 20.2.2.29 es6id: 20.2.2.29
---*/ ---*/

View File

@ -3,8 +3,6 @@
/*--- /*---
description: Testing length property of Math.sinh description: Testing length property of Math.sinh
includes:
- assert.js
es6id: 20.2.2.31 es6id: 20.2.2.31
---*/ ---*/

View File

@ -3,8 +3,6 @@
/*--- /*---
description: Math.sinh with special values description: Math.sinh with special values
includes:
- assert.js
es6id: 20.2.2.31 es6id: 20.2.2.31
---*/ ---*/

View File

@ -3,8 +3,6 @@
/*--- /*---
description: Testing length property of Math.tanh description: Testing length property of Math.tanh
includes:
- assert.js
es6id: 20.2.2.34 es6id: 20.2.2.34
---*/ ---*/

View File

@ -3,8 +3,6 @@
/*--- /*---
description: Math.tanh with special values description: Math.tanh with special values
includes:
- assert.js
es6id: 20.2.2.34 es6id: 20.2.2.34
---*/ ---*/

View File

@ -3,8 +3,6 @@
/*--- /*---
description: Testing length property of Math.trunc description: Testing length property of Math.trunc
includes:
- assert.js
es6id: 20.2.2.35 es6id: 20.2.2.35
---*/ ---*/

View File

@ -3,8 +3,6 @@
/*--- /*---
description: Math.trunc with sample values. description: Math.trunc with sample values.
includes:
- assert.js
es6id: 20.2.2.35 es6id: 20.2.2.35
---*/ ---*/