From fea38b7b8e832638a9e5cc8e58772ea1c261eb0a Mon Sep 17 00:00:00 2001 From: Alexey Shvayka Date: Fri, 6 Mar 2020 16:25:15 +0200 Subject: [PATCH] Remove extra operation from "info" --- .../prototype/concat/arg-length-exceeding-integer-limit.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/built-ins/Array/prototype/concat/arg-length-exceeding-integer-limit.js b/test/built-ins/Array/prototype/concat/arg-length-exceeding-integer-limit.js index c01f42f10e..6c0f56b9a1 100644 --- a/test/built-ins/Array/prototype/concat/arg-length-exceeding-integer-limit.js +++ b/test/built-ins/Array/prototype/concat/arg-length-exceeding-integer-limit.js @@ -16,12 +16,6 @@ info: | ii. Let len be ? LengthOfArrayLike(E). iii. If n + len > 2^53 - 1, throw a TypeError exception. [...] - - CreateDataPropertyOrThrow ( O, P, V ) - - [...] - 3. Let success be ? CreateDataProperty(O, P, V). - 4. If success is false, throw a TypeError exception. features: [Symbol.isConcatSpreadable, Proxy] ---*/