mirror of https://github.com/tc39/test262.git
Remove old test file (now using the named version)
This commit is contained in:
parent
80b091ce2d
commit
8a0563dd5e
|
@ -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');
|
|
@ -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.
|
||||
/*---
|
||||
|
|
Loading…
Reference in New Issue