Skip to content
Snippets Groups Projects
Commit 8a0563dd authored by Corey Frang's avatar Corey Frang Committed by Leo Balter
Browse files

Remove old test file (now using the named version)

parent 80b091ce
No related branches found
No related tags found
No related merge requests found
// 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');
// Copyright (c) 2012 Ecma International. All rights reserved.
// Copyright (C) 2017 Corey Frang. All rights reserved. // Copyright (C) 2017 Corey Frang. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
......
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