diff --git a/test/built-ins/Symbol/asyncDispose/prop-desc.js b/test/built-ins/Symbol/asyncDispose/prop-desc.js index 8445223679..87a14cd0d2 100644 --- a/test/built-ins/Symbol/asyncDispose/prop-desc.js +++ b/test/built-ins/Symbol/asyncDispose/prop-desc.js @@ -1,7 +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: pending +esid: sec-symbol.asyncdispose description: > `Symbol.asyncDispose` property descriptor info: | diff --git a/test/built-ins/Symbol/dispose/prop-desc.js b/test/built-ins/Symbol/dispose/prop-desc.js index 3a23a7a02f..ed1002a624 100644 --- a/test/built-ins/Symbol/dispose/prop-desc.js +++ b/test/built-ins/Symbol/dispose/prop-desc.js @@ -1,7 +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: pending +esid: sec-symbol.dispose description: > `Symbol.dispose` property descriptor info: |