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