The Array.prototype.fill function is an ES6 function.

One of the Array.prototype.fill tests specifies an es5id. Changed to an es6id.
This commit is contained in:
Pieter van Ginkel 2015-06-13 17:52:12 +02:00
parent a1437652ab
commit 1428368f81
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
es5id: 22.1.3.6_T1
es6id: 22.1.3.6_T1
description: Testing Array#fill
author: Hank Yates (hankyates@gmail.com)
includes: [runTestCase.js]