mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
Remove remaining includes for assert.js
helper
This commit is contained in:
parent
d28af4b101
commit
f2cc736d94
@ -3,7 +3,6 @@
|
||||
|
||||
/*---
|
||||
description: Math.Log2 with sample values.
|
||||
includes: [assert.js]
|
||||
es6id: 20.2.2.23
|
||||
---*/
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
|
||||
/*---
|
||||
description: sample tests for trunc
|
||||
includes: [assert.js]
|
||||
es6id: 20.2.2.35
|
||||
---*/
|
||||
|
||||
|
@ -9,7 +9,7 @@ es5id: 13.2-15-1
|
||||
description: >
|
||||
Function Object has length as its own property and does not invoke
|
||||
the setter defined on Function.prototype.length (Step 15)
|
||||
includes: [assert.js, propertyHelper.js]
|
||||
includes: [propertyHelper.js]
|
||||
---*/
|
||||
|
||||
var fun = function (x, y) { };
|
||||
|
@ -10,7 +10,7 @@ description: >
|
||||
Function Object has 'prototype' as its own property, it is not
|
||||
enumerable and does not invoke the setter defined on
|
||||
Function.prototype (Step 18)
|
||||
includes: [assert.js, propertyHelper.js]
|
||||
includes: [propertyHelper.js]
|
||||
---*/
|
||||
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user