Remove old test file (now using the named version)

This commit is contained in:
Corey Frang 2017-01-31 10:50:39 -05:00 committed by Leo Balter
parent 80b091ce2d
commit 8a0563dd5e
2 changed files with 1 additions and 9 deletions

View File

@ -1,9 +0,0 @@
// Copyright (c) 2012 Ecma International. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
es5id: 15.4.4.16-0-2
description: Array.prototype.every.length must be 1
---*/
assert.sameValue(Array.prototype.every.length, 1, 'Array.prototype.every.length');

View File

@ -1,3 +1,4 @@
// Copyright (c) 2012 Ecma International. All rights reserved.
// Copyright (C) 2017 Corey Frang. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---