From c2195a0aa16cb548b0a50651130924ca6527bc55 Mon Sep 17 00:00:00 2001 From: deathbearbrown Date: Mon, 3 Jul 2017 10:44:06 -0700 Subject: add esid to ArrayBuffer/prototype/byteLength tests --- test/built-ins/ArrayBuffer/prototype/byteLength/length.js | 1 + test/built-ins/ArrayBuffer/prototype/byteLength/name.js | 1 + 2 files changed, 2 insertions(+) (limited to 'test/built-ins/ArrayBuffer') diff --git a/test/built-ins/ArrayBuffer/prototype/byteLength/length.js b/test/built-ins/ArrayBuffer/prototype/byteLength/length.js index 942f322f6..15cde294b 100644 --- a/test/built-ins/ArrayBuffer/prototype/byteLength/length.js +++ b/test/built-ins/ArrayBuffer/prototype/byteLength/length.js @@ -2,6 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- +esid: sec-get-arraybuffer.prototype.bytelength es6id: 24.1.4.1 description: > get ArrayBuffer.prototype.byteLength.length is 0. diff --git a/test/built-ins/ArrayBuffer/prototype/byteLength/name.js b/test/built-ins/ArrayBuffer/prototype/byteLength/name.js index 45f55e288..99cf497fe 100644 --- a/test/built-ins/ArrayBuffer/prototype/byteLength/name.js +++ b/test/built-ins/ArrayBuffer/prototype/byteLength/name.js @@ -1,6 +1,7 @@ // Copyright (C) 2015 the V8 project authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- +esid: sec-get-arraybuffer.prototype.bytelength es6id: 24.1.4.1 description: > get ArrayBuffer.prototype.byteLength -- cgit v1.2.1