Remove remaining includes for assert.js helper

This commit is contained in:
Mike Pennisi 2015-06-09 15:00:00 -04:00
parent d28af4b101
commit f2cc736d94
4 changed files with 2 additions and 4 deletions

View File

@ -3,7 +3,6 @@
/*--- /*---
description: Math.Log2 with sample values. description: Math.Log2 with sample values.
includes: [assert.js]
es6id: 20.2.2.23 es6id: 20.2.2.23
---*/ ---*/

View File

@ -3,7 +3,6 @@
/*--- /*---
description: sample tests for trunc description: sample tests for trunc
includes: [assert.js]
es6id: 20.2.2.35 es6id: 20.2.2.35
---*/ ---*/

View File

@ -9,7 +9,7 @@ es5id: 13.2-15-1
description: > description: >
Function Object has length as its own property and does not invoke Function Object has length as its own property and does not invoke
the setter defined on Function.prototype.length (Step 15) the setter defined on Function.prototype.length (Step 15)
includes: [assert.js, propertyHelper.js] includes: [propertyHelper.js]
---*/ ---*/
var fun = function (x, y) { }; var fun = function (x, y) { };

View File

@ -10,7 +10,7 @@ description: >
Function Object has 'prototype' as its own property, it is not Function Object has 'prototype' as its own property, it is not
enumerable and does not invoke the setter defined on enumerable and does not invoke the setter defined on
Function.prototype (Step 18) Function.prototype (Step 18)
includes: [assert.js, propertyHelper.js] includes: [propertyHelper.js]
---*/ ---*/
try { try {