From 1b911a8f8abf4cb63882cfbe72dcd4c82bb8ad91 Mon Sep 17 00:00:00 2001 From: deathbearbrown Date: Wed, 5 Jul 2017 07:37:14 -0700 Subject: [PATCH] add esid to ArrayBuffer/symbol.species tests --- test/built-ins/ArrayBuffer/Symbol.species/symbol-species-name.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/built-ins/ArrayBuffer/Symbol.species/symbol-species-name.js b/test/built-ins/ArrayBuffer/Symbol.species/symbol-species-name.js index 2c4720871d..fc71d54fd5 100644 --- a/test/built-ins/ArrayBuffer/Symbol.species/symbol-species-name.js +++ b/test/built-ins/ArrayBuffer/Symbol.species/symbol-species-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-@@species es6id: 24.1.3.3 description: > ArrayBuffer[Symbol.species] accessor property get name