Skip to content
Snippets Groups Projects
Commit 8d896a0b authored by Brian Terlson's avatar Brian Terlson
Browse files

Merge pull request #310 from jugglinmike/remove-includes-assert-js

Remove remaining includes for `assert.js` helper
parents 5ae7600f f2cc736d
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment