mirror of https://github.com/tc39/test262.git
Merge pull request #310 from jugglinmike/remove-includes-assert-js
Remove remaining includes for `assert.js` helper
This commit is contained in:
commit
8d896a0b9a
|
@ -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
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
|
|
@ -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) { };
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue