From 8996664a422f406c529708c36f6b4b92d96a51bb Mon Sep 17 00:00:00 2001 From: "Ioanna M. Dimitriou H" Date: Fri, 26 Jul 2024 17:36:41 +0200 Subject: [PATCH] Added expected esid's --- test/built-ins/Symbol/asyncDispose/prop-desc.js | 2 +- test/built-ins/Symbol/dispose/prop-desc.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: |